Package com.lightdev.lib.filesystem

Interface Summary
FileSystem Classes that represent a file system in the context of this package need to implement this interface.
FileSystemListener Classes that like to be notified of changes in a file system need to implement this interface.
 

Class Summary
FileRef A reference to a file consisting of the file's absolute path and additional information about whether or not the referenced file is a directory, is hidden, etc.
FileSystemEvent A class that models events in the Light Development File System
LocalFileSystem This class implements interface FileSystem for the file system of the machine this class is instantiated on.