Uses of Package
org.apache.commons.vfs

Packages that use org.apache.commons.vfs
org.apache.commons.vfs The public VFS API. 
org.apache.commons.vfs.auth   
org.apache.commons.vfs.cache   
org.apache.commons.vfs.events   
org.apache.commons.vfs.impl The standard VFS implementation. 
org.apache.commons.vfs.operations   
org.apache.commons.vfs.operations.vcs   
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.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. 
org.apache.commons.vfs.tasks The VFS Ant Tasks. 
org.apache.commons.vfs.util Utility classes used by the VFS. 
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs
CacheStrategy
          An enumerated type to deal with the various cache strategies.
Capability
          An enumerated type representing the capabilities of files and file systems.
FileChangeEvent
          An event fired when a file is changed.
FileContent
          Represents the data content of a file.
FileContentInfo
          Interface to the content info
FileContentInfoFactory
          Create a class which is able to determine the content-info for the given content
FileDepthSelector
          A FileSelector that selects all files in a particular depth range.
FileFilter
          This interface is used to select files when traversing the direct children of the base.
FileListener
          Listens for changes to a file.
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FilesCache
          The fileCache interface
FileSelectInfo
          Information about a file, that is used to select files during the traversal of a hierarchy.
FileSelector
          This interface is used to select files when traversing a file hierarchy.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemConfigBuilder
          Abstract class which has the right to fill FileSystemOptions
FileSystemException
          Thrown for file system errors.
FileSystemManager
          A FileSystemManager manages a set of file systems.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
NameScope
          An enumerated type for file name scope, used when resolving a name relative to a file.
RandomAccessContent
          Description
UserAuthenticationData
          Container for various authentication data
UserAuthenticationData.Type
           
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.auth
UserAuthenticationData
          Container for various authentication data
UserAuthenticationData.Type
           
UserAuthenticator
          The user authenticator is used to query credentials from the user
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.cache
FileContent
          Represents the data content of a file.
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FilesCache
          The fileCache interface
FileSelector
          This interface is used to select files when traversing a file hierarchy.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemException
          Thrown for file system errors.
FileType
          An enumerated type that represents a file's type.
NameScope
          An enumerated type for file name scope, used when resolving a name relative to a file.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.events
FileChangeEvent
          An event fired when a file is changed.
FileListener
          Listens for changes to a file.
FileObject
          Represents a file, and is used to access the content and structure of the file.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.impl
CacheStrategy
          An enumerated type to deal with the various cache strategies.
FileContent
          Represents the data content of a file.
FileContentInfo
          Interface to the content info
FileContentInfoFactory
          Create a class which is able to determine the content-info for the given content
FileListener
          Listens for changes to a file.
FileMonitor
          FileMonitor interface
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FilesCache
          The fileCache interface
FileSelector
          This interface is used to select files when traversing a file hierarchy.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemConfigBuilder
          Abstract class which has the right to fill FileSystemOptions
FileSystemException
          Thrown for file system errors.
FileSystemManager
          A FileSystemManager manages a set of file systems.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
NameScope
          An enumerated type for file name scope, used when resolving a name relative to a file.
UserAuthenticator
          The user authenticator is used to query credentials from the user
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.operations
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystemException
          Thrown for file system errors.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.operations.vcs
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystemException
          Thrown for file system errors.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider
Capability
          An enumerated type representing the capabilities of files and file systems.
FileChangeEvent
          An event fired when a file is changed.
FileContent
          Represents the data content of a file.
FileContentInfo
          Interface to the content info
FileContentInfoFactory
          Create a class which is able to determine the content-info for the given content
FileListener
          Listens for changes to a file.
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSelector
          This interface is used to select files when traversing a file hierarchy.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemConfigBuilder
          Abstract class which has the right to fill FileSystemOptions
FileSystemException
          Thrown for file system errors.
FileSystemManager
          A FileSystemManager manages a set of file systems.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
NameScope
          An enumerated type for file name scope, used when resolving a name relative to a file.
RandomAccessContent
          Description
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.bzip2
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.compressed
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.ftp
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemConfigBuilder
          Abstract class which has the right to fill FileSystemOptions
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Description
UserAuthenticationData.Type
           
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.gzip
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.http
FileContent
          Represents the data content of a file.
FileContentInfo
          Interface to the content info
FileContentInfoFactory
          Create a class which is able to determine the content-info for the given content
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemConfigBuilder
          Abstract class which has the right to fill FileSystemOptions
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Description
UserAuthenticationData.Type
           
UserAuthenticator
          The user authenticator is used to query credentials from the user
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.jar
FileContent
          Represents the data content of a file.
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.local
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSelector
          This interface is used to select files when traversing a file hierarchy.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Description
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.ram
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemConfigBuilder
          Abstract class which has the right to fill FileSystemOptions
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Description
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.res
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemConfigBuilder
          Abstract class which has the right to fill FileSystemOptions
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.sftp
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemConfigBuilder
          Abstract class which has the right to fill FileSystemOptions
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Description
UserAuthenticationData.Type
           
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.tar
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.temp
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.url
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemConfigBuilder
          Abstract class which has the right to fill FileSystemOptions
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.zip
FileName
          Represents a file name.
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystem
          A file system, made up of a hierarchy of files.
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
FileType
          An enumerated type that represents a file's type.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.tasks
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystemException
          Thrown for file system errors.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.util
FileObject
          Represents a file, and is used to access the content and structure of the file.
FileSystemException
          Thrown for file system errors.
FileSystemManager
          A FileSystemManager manages a set of file systems.
FileSystemOptions
          Container for FileSystemOptions.
RandomAccessContent
          Description
UserAuthenticationData
          Container for various authentication data
UserAuthenticationData.Type
           
UserAuthenticator
          The user authenticator is used to query credentials from the user
 



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