Interface JavaResourceTree
- All Superinterfaces:
ClasspathElement, FileTree<ResourceFile>, Resource, Resources<ResourceFile>
- All Known Implementing Classes:
DefaultJavaResourceTree
A
FileTree that consists of ResourceFiles and can be used in
a Java classpath.-
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 FileTree
cleanup, clear, entries, exclude, root, root, withDirectoriesMethods 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
-