Class PathResourceFinder
java.lang.Object
org.codehaus.commons.compiler.util.resource.ResourceFinder
org.codehaus.commons.compiler.util.resource.ListableResourceFinder
org.codehaus.commons.compiler.util.resource.MultiResourceFinder
org.codehaus.commons.compiler.util.resource.LazyMultiResourceFinder
org.codehaus.commons.compiler.util.resource.PathResourceFinder
A
ResourceFinder
that finds its resources along a "path"
consisting of JAR file names, ZIP file names, and directory names.- See Also:
-
Field Summary
Fields inherited from class org.codehaus.commons.compiler.util.resource.ResourceFinder
EMPTY_RESOURCE_FINDER
-
Constructor Summary
ConstructorsConstructorDescriptionPathResourceFinder
(File[] entries) PathResourceFinder
(String path) PathResourceFinder
(Iterator<ResourceFinder> entries) -
Method Summary
Methods inherited from class org.codehaus.commons.compiler.util.resource.MultiResourceFinder
findResource, list
Methods inherited from class org.codehaus.commons.compiler.util.resource.ResourceFinder
findResourceAsStream
-
Constructor Details
-
PathResourceFinder
- Parameters:
entries
- The entries of the "path"
-
PathResourceFinder
- Parameters:
entries
- The entries of the "path"
-
PathResourceFinder
- Parameters:
path
- A java-like path, i.e. a "path separator"-separated list of entries
-