| java.lang.Object com.caucho.loader.Loader com.caucho.loader.PathLoader
PathLoader | public class PathLoader extends Loader implements Dependency(Code) | | Class loader which loads specific paths.
|
Constructor Summary | |
public | PathLoader() Creates a new directory loader. |
PathLoader | public PathLoader()(Code) | | Creates a new directory loader.
|
getCodePath | public Path getCodePath()(Code) | | |
getPath | public Path getPath(String pathName)(Code) | | Find a given path somewhere in the classpath
Parameters: pathName - the relative resourceName the matching path or null |
getResources | public void getResources(Vector<URL> vector, String name)(Code) | | Adds resources to the enumeration.
|
init | public void init()(Code) | | Initialize
|
isModified | public boolean isModified()(Code) | | Returns the modified
|
logModified | public boolean logModified(Logger log)(Code) | | Returns the modified
|
put | public void put(String name, Path path)(Code) | | Adds a new path.
|
|
|