Uses of Class
org.millscript.commons.vfs.AbstractVEntry

Packages that use AbstractVEntry
org.millscript.commons.vfs This package provides the interface to the virtual filing system. 
org.millscript.commons.vfs.mime.zip This package provides the "application/x-zip" MIME type support for the virtual filesystem. 
org.millscript.commons.vfs.protocols.file This package provides the "file" URI scheme support for the virtual filesystem. 
org.millscript.commons.vfs.protocols.ftp This package provides the "ftp" URI scheme support for the virtual filesystem. 
org.millscript.commons.vfs.protocols.http This package provides the "http" URI scheme support for the virtual filesystem. 
 

Uses of AbstractVEntry in org.millscript.commons.vfs
 

Subclasses of AbstractVEntry in org.millscript.commons.vfs
 class AbstractVFile<V extends VVolume>
          This class provides the skeletal implementation of a virtual filesystem file,
 class AbstractVFolder<V extends VVolume>
          This class provides the skeletal implementation of a virtual filesystem folder,
 

Uses of AbstractVEntry in org.millscript.commons.vfs.mime.zip
 

Subclasses of AbstractVEntry in org.millscript.commons.vfs.mime.zip
 class ReadOnlyZipFile
          This class implements a virtual filesystem file for a read-only zip file file.
 class ReadOnlyZipFolder
          This class implements a virtual filesystem folder for a read-only zip file folder.
 

Uses of AbstractVEntry in org.millscript.commons.vfs.protocols.file
 

Subclasses of AbstractVEntry in org.millscript.commons.vfs.protocols.file
 class LocalFile
          This class implements a virtual filesystem file for a local filesystem file.
 class LocalFolder
          This class implements a virtual filesystem folder for a local filesystem folder.
 

Uses of AbstractVEntry in org.millscript.commons.vfs.protocols.ftp
 

Subclasses of AbstractVEntry in org.millscript.commons.vfs.protocols.ftp
 class FtpFile
          This class implements a virtual filesystem file for an FTP filesystem file.
 class FtpFolder
          This class implements a virtual filesystem folder for an FTP filesystem folder.
 

Uses of AbstractVEntry in org.millscript.commons.vfs.protocols.http
 

Subclasses of AbstractVEntry in org.millscript.commons.vfs.protocols.http
 class HttpFile
          This class implements a virtual filesystem file for an HTTP filesystem file.
 class HttpFolder
          This class implements a virtual filesystem folder for an HTTP filesystem folder.
 



Copyright © 2005-2007 Open World Ltd. All Rights Reserved.