Package oscript.fs

Interface Summary
AbstractFile An interface to be implemented by something that can implement file-like operations.
 

Class Summary
AbstractAbstractFile Abstract implementation of AbstractFile...
AbstractFileSystem An interface implemented by something that can resolve AbstractFiles.
AbstractFileSystem.BogusFile A non-existant file which is created to simulate non-existant directories that are in a path to a mount point, or files which simply don't exist.
AbstractFileSystem.MountPointFile A mount point file doesn't actually exist, but is used to simulate non existant components of the mount path of some file system.
JarFileSystem A JarFileSystem implements a filesystem on top of a .jar or .zip file.
LocalFileSystem An implementation of oscript.AbstractFileSystem for the local filesystem.