Uses of Class
org.apache.commons.vfs.provider.AbstractVfsContainer

Packages that use AbstractVfsContainer
org.apache.commons.vfs.impl The standard VFS implementation. 
org.apache.commons.vfs.provider The File Provider API, and utility classes. 
org.apache.commons.vfs.provider.bzip2   
org.apache.commons.vfs.provider.compressed   
org.apache.commons.vfs.provider.ftp The FTP File Provider. 
org.apache.commons.vfs.provider.gzip   
org.apache.commons.vfs.provider.http   
org.apache.commons.vfs.provider.https   
org.apache.commons.vfs.provider.jar The Jar File Provider. 
org.apache.commons.vfs.provider.local The Local File Provider. 
org.apache.commons.vfs.provider.ram The RAM File Provider. 
org.apache.commons.vfs.provider.res   
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
org.apache.commons.vfs.provider.tar The Tar File Provider. 
org.apache.commons.vfs.provider.temp The Temporary Filespace Provider. 
org.apache.commons.vfs.provider.url The Default File Provider, which wraps java.net.URL. 
org.apache.commons.vfs.provider.zip The Zip File Provider. 
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.impl
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.impl
 class VirtualFileProvider
          A virtual filesystem provider.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider
 class AbstractFileProvider
          A partial FileProvider implementation.
 class AbstractLayeredFileProvider
          A FileProvider that is layered on top of another, such as the contents of a zip or tar file.
 class AbstractOriginatingFileProvider
          A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
 class CompositeFileProvider
          Description
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.bzip2
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.bzip2
 class Bzip2FileProvider
          Provides access to the content of bzip2 compressed files
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.compressed
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.compressed
 class CompressedFileFileProvider
          A file system provider for compressed files.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.ftp
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.ftp
 class FtpFileProvider
          A provider for FTP file systems.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.gzip
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.gzip
 class GzipFileProvider
          Provides access to the content of gzip compressed files
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.http
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.http
 class HttpFileProvider
          An HTTP provider that uses commons-httpclient.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.https
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.https
 class HttpsFileProvider
          An HTTPS provider that uses commons-httpclient.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.jar
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.jar
 class JarFileProvider
          A file system provider for Jar files.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.local
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.local
 class DefaultLocalFileProvider
          A file system provider, which uses direct file access.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.ram
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.ram
 class RamFileProvider
          RAM File Provider
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.res
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.res
 class ResourceFileProvider
          Description
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.sftp
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.sftp
 class SftpFileProvider
          A provider for accessing files over SFTP.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.tar
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.tar
 class TarFileProvider
          A file system provider for Tar files.
 class Tbz2FileProvider
          A file system provider for Tar files.
 class TgzFileProvider
          A file system provider for Tar files.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.temp
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.temp
 class TemporaryFileProvider
          A provider for temporary files.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.url
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.url
 class UrlFileProvider
          A file provider backed by Java's URL API.
 

Uses of AbstractVfsContainer in org.apache.commons.vfs.provider.zip
 

Subclasses of AbstractVfsContainer in org.apache.commons.vfs.provider.zip
 class ZipFileProvider
          A file system provider for Zip files.
 



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.