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 VFS Authentication implementation 
org.apache.commons.vfs.cache VFS File caching 
org.apache.commons.vfs.events VFS Events 
org.apache.commons.vfs.impl The standard VFS implementation. 
org.apache.commons.vfs.operations VFS Operations handling. 
org.apache.commons.vfs.operations.vcs VFS version control operations. 
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.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.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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
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
          Random Access Content.
UserAuthenticationData
          Container for various authentication data.
UserAuthenticationData.Type
          Inner class to represent portions of the user authentication data.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.auth
UserAuthenticationData
          Container for various authentication data.
UserAuthenticationData.Type
          Inner class to represent portions of the user authentication data.
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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
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
          Random Access Content.
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Random Access Content.
UserAuthenticationData.Type
          Inner class to represent portions of the user authentication data.
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Random Access Content.
UserAuthenticationData.Type
          Inner class to represent portions of the user authentication data.
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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Random Access Content.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.mime
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.
FileSystemException
          Thrown for file system errors.
FileSystemOptions
          Container for FileSystemOptions.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
FileType
          An enumerated type that represents a file's type.
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Random Access Content.
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Random Access Content.
UserAuthenticationData.Type
          Inner class to represent portions of the user authentication data.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.smb
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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
FileType
          An enumerated type that represents a file's type.
RandomAccessContent
          Random Access Content.
UserAuthenticationData.Type
          Inner class to represent portions of the user authentication data.
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
FileType
          An enumerated type that represents a file's type.
 

Classes in org.apache.commons.vfs used by org.apache.commons.vfs.provider.webdav
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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
FileType
          An enumerated type that represents a file's type.
UserAuthenticationData.Type
          Inner class to represent portions of the user authentication data.
 

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.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
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
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.
FileSystemException
          Thrown for file system errors.
FileSystemManager
          A FileSystemManager manages a set of file systems.
FileSystemOptions
          Container for FileSystemOptions.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
RandomAccessContent
          Random Access Content.
UserAuthenticationData
          Container for various authentication data.
UserAuthenticationData.Type
          Inner class to represent portions of the user authentication data.
UserAuthenticator
          The user authenticator is used to query credentials from the user.
 



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