Uses of Package
org.apache.commons.vfs.provider

Packages that use org.apache.commons.vfs.provider
org.apache.commons.vfs.cache VFS File caching 
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 The BZIP2 File Provider 
org.apache.commons.vfs.provider.compressed The compressed file provider 
org.apache.commons.vfs.provider.ftp The FTP File Provider. 
org.apache.commons.vfs.provider.gzip The GZIP File Provider 
org.apache.commons.vfs.provider.http The HTTP File Provider 
org.apache.commons.vfs.provider.https The HTTPS File Provider 
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.mime   
org.apache.commons.vfs.provider.ram The RAM File Provider. 
org.apache.commons.vfs.provider.res The Resource File Provider 
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
org.apache.commons.vfs.provider.smb The SMB/CIFS File 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.webdav The WebDAV File Provider 
org.apache.commons.vfs.provider.zip The Zip File Provider. 
org.apache.commons.vfs.util Utility classes used by the VFS. 
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.cache
AbstractVfsComponent
          A partial VfsComponent implementation.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.impl
AbstractFileName
          A default file name implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
FileReplicator
          Responsible for making local replicas of files.
TemporaryFileStore
          Manages a repository of temporary local files.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
VfsComponentContext
          Allows VFS components to access the services they need, such as the file replicator.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider
AbstractFileName
          A default file name implementation.
AbstractFileNameParser
          Provides methods to parse a filename into a FileName.
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractRandomAccessContent
          Implements the DataOutput part of the RandomAccessContent interface and throws UnsupportedOperationException if one of those methods are called.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileNameParser
          Provides methods to parse a filename into a FileName.
FileProvider
          A file provider.
FileReplicator
          Responsible for making local replicas of files.
GenericFileName
          A file name that represents a 'generic' URI, as per RFC 2396.
HostFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)
HostFileNameParser.Authority
          Parsed authority info (scheme, hostname, userinfo, port)
LayeredFileNameParser
          Implementation for layered filesystems.
TemporaryFileStore
          Manages a repository of temporary local files.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
VfsComponentContext
          Allows VFS components to access the services they need, such as the file replicator.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.bzip2
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractLayeredFileProvider
          A FileProvider that is layered on top of another, such as the contents of a zip or tar file.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.compressed
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractLayeredFileProvider
          A FileProvider that is layered on top of another, such as the contents of a zip or tar file.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.ftp
AbstractFileNameParser
          Provides methods to parse a filename into a FileName.
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractOriginatingFileProvider
          A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileNameParser
          Provides methods to parse a filename into a FileName.
FileProvider
          A file provider.
GenericFileName
          A file name that represents a 'generic' URI, as per RFC 2396.
HostFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.gzip
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractLayeredFileProvider
          A FileProvider that is layered on top of another, such as the contents of a zip or tar file.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.http
AbstractFileNameParser
          Provides methods to parse a filename into a FileName.
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractOriginatingFileProvider
          A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileNameParser
          Provides methods to parse a filename into a FileName.
FileProvider
          A file provider.
GenericFileName
          A file name that represents a 'generic' URI, as per RFC 2396.
HostFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)
URLFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.https
AbstractFileNameParser
          Provides methods to parse a filename into a FileName.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractOriginatingFileProvider
          A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileNameParser
          Provides methods to parse a filename into a FileName.
FileProvider
          A file provider.
HostFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)
URLFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.jar
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractLayeredFileProvider
          A FileProvider that is layered on top of another, such as the contents of a zip or tar file.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.local
AbstractFileName
          A default file name implementation.
AbstractFileNameParser
          Provides methods to parse a filename into a FileName.
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractOriginatingFileProvider
          A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileNameParser
          Provides methods to parse a filename into a FileName.
FileProvider
          A file provider.
LocalFileProvider
          A file provider which handles local files.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
VfsComponentContext
          Allows VFS components to access the services they need, such as the file replicator.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.mime
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractLayeredFileProvider
          A FileProvider that is layered on top of another, such as the contents of a zip or tar file.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.ram
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractOriginatingFileProvider
          A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.res
AbstractFileProvider
          A partial FileProvider implementation.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.sftp
AbstractFileNameParser
          Provides methods to parse a filename into a FileName.
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractOriginatingFileProvider
          A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileNameParser
          Provides methods to parse a filename into a FileName.
FileProvider
          A file provider.
GenericFileName
          A file name that represents a 'generic' URI, as per RFC 2396.
HostFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)
URLFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.smb
AbstractFileName
          A default file name implementation.
AbstractFileNameParser
          Provides methods to parse a filename into a FileName.
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractOriginatingFileProvider
          A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileNameParser
          Provides methods to parse a filename into a FileName.
FileProvider
          A file provider.
GenericFileName
          A file name that represents a 'generic' URI, as per RFC 2396.
HostFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)
URLFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
VfsComponentContext
          Allows VFS components to access the services they need, such as the file replicator.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.tar
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractLayeredFileProvider
          A FileProvider that is layered on top of another, such as the contents of a zip or tar file.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
CompositeFileProvider
          Description.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.temp
AbstractFileProvider
          A partial FileProvider implementation.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.url
AbstractFileName
          A default file name implementation.
AbstractFileNameParser
          Provides methods to parse a filename into a FileName.
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileNameParser
          Provides methods to parse a filename into a FileName.
FileProvider
          A file provider.
GenericFileName
          A file name that represents a 'generic' URI, as per RFC 2396.
URLFileName
           
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
VfsComponentContext
          Allows VFS components to access the services they need, such as the file replicator.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.webdav
AbstractFileNameParser
          Provides methods to parse a filename into a FileName.
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractOriginatingFileProvider
          A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileNameParser
          Provides methods to parse a filename into a FileName.
FileProvider
          A file provider.
GenericFileName
          A file name that represents a 'generic' URI, as per RFC 2396.
HostFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)
URLFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.provider.zip
AbstractFileObject
          A partial file object implementation.
AbstractFileProvider
          A partial FileProvider implementation.
AbstractFileSystem
          A partial FileSystem implementation.
AbstractLayeredFileProvider
          A FileProvider that is layered on top of another, such as the contents of a zip or tar file.
AbstractVfsComponent
          A partial VfsComponent implementation.
AbstractVfsContainer
          A VfsComponent that contains a set of sub-components.
FileProvider
          A file provider.
VfsComponent
          This interface is used to manage the lifecycle of all VFS components.
 

Classes in org.apache.commons.vfs.provider used by org.apache.commons.vfs.util
AbstractFileObject
          A partial file object implementation.
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.