Interface JavaResourceTree
- All Superinterfaces:
ClasspathElement, FileTree<ResourceFile>, InputTree<ResourceFile>, Resource, Resources<ResourceFile>
- All Known Implementing Classes:
DefaultJavaResourceTree
A
FileTree that consists of ResourceFiles and can be used in
a Java classpath.-
Nested Class Summary
Nested classes/interfaces inherited from interface InputTree
InputTree.Entry<T> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic JavaResourceTreeCreates a new Java resource tree from the given values.Methods inherited from interface ClasspathElement
toPathMethods inherited from interface Resource
asOfLocalized, isNewerThan, name, type
-
Method Details
-
of
Creates a new Java resource tree from the given values.- Parameters:
project- the projectdirectory- the directorypattern- the pattern- Returns:
- the java resource tree
-