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

Packages that use AbstractVFolder
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 AbstractVFolder in org.millscript.commons.vfs.mime.zip
 

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

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

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

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

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

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

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



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