Interface JavadocDirectory

All Superinterfaces:
DocumentationDirectory, FileTree<FileResource>, InputTree<FileResource>, Resource, Resources<FileResource>

public interface JavadocDirectory extends DocumentationDirectory
A FileResource that represents a directory generated by javadoc.
  • Method Details

    • of

      static JavadocDirectory of(Project project, Path path, String... patterns)
      Creates a new javadoc 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