Class JavaResourceTree
java.lang.Object
- All Implemented Interfaces:
FileTree<ResourceFile>, Proxyable, Resource, Resources<ResourceFile>, ClasspathElement
The Class JavaResourceTree.
-
Field Summary
Fields inherited from class DefaultResources
log -
Constructor Summary
ConstructorsConstructorDescriptionJavaResourceTree(Project project, Path root, String pattern) Instantiates a new java resource tree. -
Method Summary
Methods inherited from class DefaultFileTree
asOf, clear, createFileTree, delete, entries, equals, exclude, hashCode, root, root, stream, toString, withDirectoriesMethods inherited from class DefaultResources
add, isEmptyMethods inherited from class ResourceObject
typeMethods inherited from interface Resource
asOfLocalized, type
-
Constructor Details
-
JavaResourceTree
Instantiates a new java resource tree.- Parameters:
project- the projectroot- the rootpattern- the pattern
-
-
Method Details
-
toPath
Description copied from interface:ClasspathElementReturn the representation of the element as it must appear on the classpath.- Specified by:
toPathin interfaceClasspathElement- Returns:
- the path
-