Uses of Interface
org.millscript.commons.vfs.VVolume

Packages that use VVolume
org.millscript.commons.vfs This package provides the interface to the virtual filing system. 
org.millscript.commons.vfs.mime This package provides MIME type support for the virtual filesystem. 
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 This package provides URI scheme 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. 
org.millscript.commons.vfs.util This package provides additional utilities for the virtual filesystem. 
 

Uses of VVolume in org.millscript.commons.vfs
 

Classes in org.millscript.commons.vfs with type parameters of type VVolume
 class AbstractVEntry<V extends VVolume>
          This class provides the skeletal implementation of a virtual filesystem entry,
 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,
 

Classes in org.millscript.commons.vfs that implement VVolume
 class AbstractVVolume
          The class provides a skeletal virtual filesystem volume.
 

Methods in org.millscript.commons.vfs that return VVolume
 VVolume VFolder.chroot()
          Returns a new chroot'd volume with this virtual folder as its root.
 VVolume AbstractVFolder.chroot()
           
 VVolume VEntry.getVolume()
          Returns the volume this entry is located on.
 VVolume VFolder.resolveAsVolume(java.lang.String path)
          Resolves the specified path to a new virtual volume, with its root at the specified resolved path.
 VVolume AbstractVFolder.resolveAsVolume(java.lang.String path)
           
 VVolume VFS.resolveAsVolume(java.net.URI uri)
           
 VVolume VFolder.toVolume()
          Returns a new volume with this folder as it's root.
 VVolume AbstractVFolder.toVolume()
           
 

Uses of VVolume in org.millscript.commons.vfs.mime
 

Classes in org.millscript.commons.vfs.mime that implement VVolume
 class AbstractMIMEVVolume
          The class provides a skeletal virtual filesystem volume, intended for easing support for different MIME types.
 

Methods in org.millscript.commons.vfs.mime that return VVolume
 VVolume MIMETypeHandler.resolveAsVolume(VFile file)
          Resolves the specified VFile to a new virtual filesystem volume.
 

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

Classes in org.millscript.commons.vfs.mime.zip that implement VVolume
 class ReadOnlyZipVolume
          This class implements a virtual filesystem for read-only access to a zip file.
 

Methods in org.millscript.commons.vfs.mime.zip that return VVolume
 VVolume ZipMIMEHandler.resolveAsVolume(VFile file)
           
 

Uses of VVolume in org.millscript.commons.vfs.protocols
 

Classes in org.millscript.commons.vfs.protocols that implement VVolume
 class AbstractProtocolVVolume
          The class provides a skeletal virtual filesystem volume, intended for easing support for different protocols.
 

Methods in org.millscript.commons.vfs.protocols that return VVolume
 VVolume URISchemeHandler.resolveAsVolume(java.net.URI uri)
          Resolves the specified URI to a new virtual filesystem volume.
 

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

Classes in org.millscript.commons.vfs.protocols.file that implement VVolume
 class LocalVolume
          The class implements a virtual filesystem volume for a local filesystem.
 

Methods in org.millscript.commons.vfs.protocols.file that return VVolume
 VVolume FileSchemeHandler.resolveAsVolume(java.net.URI uri)
           
 

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

Classes in org.millscript.commons.vfs.protocols.ftp that implement VVolume
 class FtpVolume
          The class implements a virtual filesystem volume for an FTP connection.
 

Methods in org.millscript.commons.vfs.protocols.ftp that return VVolume
 VVolume FtpSchemeHandler.resolveAsVolume(java.net.URI uri)
           
 

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

Classes in org.millscript.commons.vfs.protocols.http that implement VVolume
 class HttpVolume
          The class implements a virtual filesystem volume for an HTTP connection.
 

Methods in org.millscript.commons.vfs.protocols.http that return VVolume
 VVolume HttpSchemeHandler.resolveAsVolume(java.net.URI uri)
           
 

Uses of VVolume in org.millscript.commons.vfs.util
 

Classes in org.millscript.commons.vfs.util that implement VVolume
 class ChrootVolume
          This class implements a Unix style chroot volume, which can have its real root at any virtual folder.
 class SimpleVolume
          This class provides a simple volume, which is a non-existant volume using a virtual filesystem folder as its root.
 

Methods in org.millscript.commons.vfs.util that return VVolume
 VVolume StandardConsoleFile.getVolume()
           
 VVolume ChrootFile.getVolume()
           
 VVolume ChrootFolder.resolveAsVolume(java.lang.String path)
           
static VVolume Resolver.resolveAsVolume(VFolder base, java.lang.String path)
          Resolves the specified path to a new virtual volume against the specified folder, with the volumes root at the resolved path.
 VVolume ChrootFolder.toVolume()
           
 



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