Interface JavadocDirectory
- All Superinterfaces:
FileResource, IOResource, Resource
A
FileResource that represents a directory generated by javadoc.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic JavadocDirectoryCreates a new javadoc directory resource from the given project and path.Methods inherited from interface FileResource
cleanup, pathMethods inherited from interface IOResource
inputStream, outputStreamMethods inherited from interface Resource
asOf, 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)- Returns:
- the file resource
-