Interface DocumentationDirectory
- All Superinterfaces:
FileTree<FileResource>, InputTree<FileResource>, Resource, Resources<FileResource>
- All Known Subinterfaces:
JavadocDirectory
A
FileTree that represents a directory with documentation
generated by some provider.-
Nested Class Summary
Nested classes/interfaces inherited from interface InputTree
InputTree.Entry<T> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic DocumentationDirectoryCreates a new documentation directory resource from the given project and path.Methods inherited from interface Resource
asOfLocalized, isNewerThan, name, type
-
Method Details
-
of
Creates a new documentation 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
-