org.codehaus.janino.util.resource
public class PathResourceFinder extends LazyMultiResourceFinder
See Also: ZipFileResourceFinder DirectoryResourceFinder
Constructor Summary | |
---|---|
PathResourceFinder(File[] entries) | |
PathResourceFinder(Iterator entries) | |
PathResourceFinder(String path) |
Method Summary | |
---|---|
static File[] | parsePath(String s)
Break a given string up by the system-dependent path-separator character (on UNIX systems,
this character is ':'; on Microsoft Windows systems it is ';'). |
Parameters: entries The entries of the "path"
Parameters: entries The entries of the "path" (type must be File)
Parameters: path A java-like path, i.e. a "path separator"-separated list of entries.
UNIX Examples:
See Also: File#pathSeparatorChar