| java.lang.Object oscript.fs.AbstractFileSystem oscript.fs.LocalFileSystem
LocalFileSystem | public class LocalFileSystem extends AbstractFileSystem (Code) | | An implementation of
oscript.AbstractFileSystem for the local
filesystem.
author: Rob Clark (rob@ti.com) author: version: 1.15 |
Inner Class :class WindozeLocalFile extends LocalFile | |
LocalFileSystem | public LocalFileSystem(File root)(Code) | | Class Constructor.
Parameters: root - the root of the local filesystem |
LocalFileSystem | public LocalFileSystem(String root)(Code) | | Class Constructor.
Parameters: root - the root of the local filesystem |
childrenInFileSystem | protected Collection childrenInFileSystem(String mountPath, String path)(Code) | | Return an iterator of children of the specified path.
Parameters: mountPath - the path this fs is mounted at to resolve the requested file Parameters: path - path to file, relative to mountPath a collection of AbstractFile |
flush | protected void flush() throws IOException(Code) | | Flush any pending changes within this filesystem.
|
resolveInFileSystem | protected AbstractFile resolveInFileSystem(String mountPath, String path)(Code) | | Try to resolve the specified path. If unresolved, return null .
Parameters: mountPath - the path this fs is mounted at to resolve the requested file Parameters: path - path to file file or null |
Fields inherited from oscript.fs.AbstractFileSystem | final public static char SEPERATOR_CHAR(Code)(Java Doc) final protected static boolean enableWindozeHacks(Code)(Java Doc)
|
|
|