| java.lang.Object com.anthonyeden.lib.resource.AbstractResourceLoader com.anthonyeden.lib.resource.VFSResourceLoader
VFSResourceLoader | public class VFSResourceLoader extends AbstractResourceLoader (Code) | | Implementation of the ResourceLoader interface which loads data from
a virtual file system.
author: Anthony Eden |
getFileSystemManager | public synchronized FileSystemManager getFileSystemManager() throws FileSystemException(Code) | | Get the FileSystemManager.
The FileSystemManager throws: FileSystemException - |
loadResource | public void loadResource(String path, ResourceRecipient handler) throws ResourceException(Code) | | Load the resource specified by the given path. Calling this method will
cause the resource to be loaded and monitored.
Parameters: path - The path Parameters: handler - The ResourceReceipient callback throws: ResourceException - |
loadResource | public void loadResource(String path, ResourceRecipient handler, boolean monitor) throws ResourceException(Code) | | Load the resource specified by the given path. If monitor is true then
the ResourceLoader implementation will monitor the resource and call the
ResourceRecipient each time the resource is modified.
Parameters: path - The path Parameters: handler - The ResourceRecipient callback Parameters: monitor - True to monitor the resource throws: ResourceException - |
setFileSystemManager | public void setFileSystemManager(FileSystemManager fileSystemManager)(Code) | | Set the FileSystemManager.
Parameters: fileSystemManager - The new FileSystemManager |
Fields inherited from com.anthonyeden.lib.resource.AbstractResourceLoader | final public static int DEFAULT_DELAY(Code)(Java Doc)
|
|
|