Interface JavadocDirectory

All Superinterfaces:
FileResource, IOResource, Resource

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

    • of

      static JavadocDirectory of(Project project, Path path)
      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)
      Returns:
      the file resource