Interface JavadocDirectory
- All Superinterfaces:
DocumentationDirectory, FileTree<FileResource>, InputTree<FileResource>, Resource, Resources<FileResource>
A
FileResource that represents a directory generated by javadoc.-
Nested Class Summary
Nested classes/interfaces inherited from interface InputTree
InputTree.Entry<T> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic JavadocDirectoryCreates a new javadoc directory resource from the given project and path.Methods inherited from interface Resource
asOfLocalized, isNewerThan, name, type
-
Method Details
-
of
Creates a new javadoc directory resource from the given project and path.- Parameters:
project- the projectpath- the path relative to the project's directory (or an absolute path)patterns- the patterns. If no patterns are given, the default pattern "**/*" is used- Returns:
- the file resource
-