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

Packages that use org.apache.commons.vfs.provider
org.apache.commons.vfs.cache   
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.jar The Jar File Provider. 
org.apache.commons.vfs.provider.local The Local File Provider. 
org.apache.commons.vfs.provider.res   
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 Provider. 
org.apache.commons.vfs.provider.zip The Zip File Provider. 
 

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.
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.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.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
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.
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.
FileProvider
          A file provider.
GenericFileName
          A file name that represents a 'generic' URI, as per RFC 2396.
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.
 



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