Package org.gjt.sp.jedit.io

Virtual file system and multi-threaded I/O.

See:
          Description

Class Summary
FavoritesVFS A VFS used for remembering frequently-visited directories.
FileRootsVFS A VFS that lists local root filesystems.
FileVFS Local filesystem VFS.
FileVFS.LocalFile  
UrlVFS URL VFS.
VFS A virtual filesystem implementation.
VFS.DirectoryEntry Deprecated. Use VFSFile instead.
VFS.DirectoryEntryCompare Implementation of Comparator interface that compares VFS.DirectoryEntry instances.
VFSFile A directory entry returned from a file listing.
VFSManager jEdit's virtual filesystem allows it to transparently edit files stored elsewhere than the local filesystem, for example on an FTP site.
 

Package org.gjt.sp.jedit.io Description

Virtual file system and multi-threaded I/O.