Uses of Package
vfs

Packages that use vfs
appBase The appBase package is a framework for creating programs that can run either as a standalone application or as an applet. 
vfs The vfs package implements virtual file systems. 
 

Classes in vfs used by appBase
VFSDirectory
          A VFSDirectory is a container for VFSItem objects in a virtual file system.
VFSRoot
          A VFSRoot is the root of a virtual file system.
 

Classes in vfs used by vfs
JarDirectory
          A JarDirectory is a VFSDirectory representing a directory in a jar file.
NativeDirectory
          A NativeDirectory is a VFSDirectory representing a directory in the native file system.
VFSDirectory
          A VFSDirectory is a container for VFSItem objects in a virtual file system.
VFSFile
          A VFSFile is a leaf item in a virtual file system.
VFSItem
          A VFSItem is an item in a virtual file system.
VFSVisitor
          A VFSVisitor executes an algorithm with files and directories while being escorted through a virtual file system.