public class PathResourceFinder extends LazyMultiResourceFinder
ResourceFinder that finds its resources along a "path"
consisting of JAR file names, ZIP file names, and directory names.ZipFileResourceFinder,
DirectoryResourceFinderEMPTY_RESOURCE_FINDER| Constructor and Description |
|---|
PathResourceFinder(File[] entries) |
PathResourceFinder(Iterator<ResourceFinder> entries) |
PathResourceFinder(String path) |
findResource, listfindResourceAsStreampublic PathResourceFinder(File[] entries)
entries - The entries of the "path"public PathResourceFinder(Iterator<ResourceFinder> entries)
entries - The entries of the "path"public PathResourceFinder(String path)
path - A java-like path, i.e. a "path separator"-separated list of entriesCopyright © 2019. All rights reserved.