Interface DocumentationDirectory

All Superinterfaces:
FileTree<FileResource>, InputTree<FileResource>, Resource, Resources<FileResource>
All Known Subinterfaces:
JavadocDirectory

public interface DocumentationDirectory extends FileTree<FileResource>
A FileTree that represents a directory with documentation generated by some provider.
  • Method Details

    • of

      static DocumentationDirectory of(Project project, Path path, String... patterns)
      Creates a new documentation directory resource from the given project and path.
      Parameters:
      project - the project
      path - 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