| Name | Description | Type | Package | Framework |
| AbstractFileChangeEvent | A change event that knows how to notify a listener. | Class | org.apache.commons.vfs2.events | Apache Commons |
|
| AbstractFileName | A default file name implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractFileNameParser | Provides methods to parse a filename into a FileName. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractFileObject | A partial file object implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractFileOperation | | Class | org.apache.commons.vfs2.operations | Apache Commons |
|
| AbstractFileOperationProvider | | Class | org.apache.commons.vfs2.operations | Apache Commons |
|
| AbstractFileProvider | A partial FileProvider implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractFilesCache | | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| AbstractFileSystem | A partial FileSystem implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractLayeredFileProvider | A FileProvider that is layered on top of another, such as the contents of a zip or tar file. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractOriginatingFileProvider | A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractRandomAccessContent | UnsupportedOperationException when one of these methods are called. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractRandomAccessStreamContent | | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractSyncTask | An abstract file synchronization task. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| AbstractSyncTask .SourceInfo | Information about a source file. | Class | org.apache.commons.vfs2.tasks.AbstractSyncTask | Apache Commons |
|
| AbstractVfsComponent | A partial VfsComponent implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractVfsContainer | A VfsComponent that contains a set of sub-components. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AllFileSelector | A FileSelector that selects everything. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| Bzip2FileObject | | Class | org.apache.commons.vfs2.provider.bzip2 | Apache Commons |
|
| Bzip2FileProvider | Provides access to the content of bzip2 compressed files. | Class | org.apache.commons.vfs2.provider.bzip2 | Apache Commons |
|
| Bzip2FileSystem | Filesytem to handle compressed files using the bzip2 method. | Class | org.apache.commons.vfs2.provider.bzip2 | Apache Commons |
|
| CacheStrategy | An enumerated type to deal with the various cache strategies. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| Capability | An enumerated type representing the capabilities of files and file systems. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| ChangedEvent | | Class | org.apache.commons.vfs2.events | Apache Commons |
|
| ChangeLastModificationTime | Simply changed the last modification time of the given file. | Class | org.apache.commons.vfs2.example | Apache Commons |
|
| CombinedResources | | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| CompositeFileProvider | | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| CompressedFileFileObject | | Class | org.apache.commons.vfs2.provider.compressed | Apache Commons |
|
| CompressedFileFileProvider | A file system provider for compressed files. | Class | org.apache.commons.vfs2.provider.compressed | Apache Commons |
|
| CompressedFileFileSystem | A read-only file system for compressed files. | Class | org.apache.commons.vfs2.provider.compressed | Apache Commons |
|
| CopyTask | An Ant task that copies matching files. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| CreateEvent | File creation event. | Class | org.apache.commons.vfs2.events | Apache Commons |
|
| Cryptor | | Interface | org.apache.commons.vfs2.util | Apache Commons |
|
| CryptorFactory | Factory to create an instance of a Cryptor. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| DecoratedFileObject | Base class to build a fileObject decoration. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultCryptor | Allows passwords to be encrypted and decrypted. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| DefaultFileContent | The content of a file. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| DefaultFileContentInfo | The default file content information. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultFileMonitor | A polling FileMonitor implementation. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultFileOperations | | Class | org.apache.commons.vfs2.operations | Apache Commons |
|
| DefaultFileReplicator | A simple file replicator and temporary file store. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultFilesCache | A FilesCache implementation. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| DefaultFileSystemConfigBuilder | Default options usable for all file systems. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultFileSystemManager | The default file system manager implementation. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultLocalFileProvider | A file system provider, which uses direct file access. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| DefaultProviderConfiguration | Same as ProviderConfiguration but for the default provider. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultURLConnection | A default URL connection that will work for most file systems. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| DefaultURLStreamHandler | A default URL stream handler that will work for most file systems. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| DelegateFileObject | A file backed by another file. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| DelegatingFileSystemOptionsBuilder | This class use reflection to set a configuration value using the fileSystemConfigBuilder associated the a scheme. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| DeleteEvent | File deletion event. | Class | org.apache.commons.vfs2.events | Apache Commons |
|
| DeleteTask | An Ant task that deletes matching files. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| EncryptUtil | Allows passwords to be encrypted and decrypted. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| ExceptionConverter | ExceptionConverter converts WebDAV exceptions into FileSystemExceptions. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| FileChangeEvent | An event fired when a file is changed. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileContent | Represents the data content of a file. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileContentInfo | Informs on the content of a file with content type and encoding. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileContentInfoFactory | Creates FileContentInfo instances to determine the content-info for given file contents. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileContentInfoFilenameFactory | The FileContentInfoFilenameFactory. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| FileDepthSelector | A FileSelector that selects all files in a particular depth range. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileExtensionSelector | A FileSelector that selects based on file extensions. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileFilter | This interface is used to select files when traversing the direct children of the base. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileFilterSelector | A FileSelector that selects all children of the given fileObject. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileListener | Listens for changes to a file. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileMonitor | FileMonitor interface. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileName | Represents a file name. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileNameParser | Provides methods to parse a filename into a FileName. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| FileNotFolderException | Delivers a file-not-folder exception which happens when trying to issue FileObject. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileNotFoundException | delivers a file-not-found exception. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileObject | Represents a file, and is used to access the content and structure of the file. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileObjectUtils | Stuff to get some strange things from an FileObject. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| FileOperation | A FileOperation is an object that brings an extra function to a FileObject. | Interface | org.apache.commons.vfs2.operations | Apache Commons |
|
| FileOperationProvider | FileOperationProvider is responsible for dealing with FileOperation's. | Interface | org.apache.commons.vfs2.operations | Apache Commons |
|
| FileOperations | FileOperations interface provides API to work with operations. | Interface | org.apache.commons.vfs2.operations | Apache Commons |
|
| FileProvider | A file provider. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| FileReplicator | Responsible for making local replicas of files. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| FilesCache | The fileCache interface. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSelectInfo | Information about a file, that is used to select files during the traversal of a hierarchy. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSelector | This interface is used to select files when traversing a file hierarchy. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystem | A file system, made up of a hierarchy of files. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystemConfigBuilder | Abstract class which has the right to fill FileSystemOptions. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystemException | Thrown for file system errors. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystemManager | A FileSystemManager manages a set of file systems. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystemOptions | Container for FileSystemOptions. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileType | An enumerated type that represents a file's type. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileTypeHasNoContentException | delivers a file-not-folder exception which happens when trying to issue FileObject. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileTypeSelector | A FileSelector that selects files of a particular type. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileUtil | Utility methods for dealing with FileObjects. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FtpCheck | Basic check for FTP. | Class | org.apache.commons.vfs2.libcheck | Apache Commons |
|
| FtpClient | What VFS expects from an ftp client to provide. | Interface | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpClientFactory | Create a FtpClient instance. | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpClientFactory .ConnectionFactory | | Class | org.apache.commons.vfs2.provider.ftp.FtpClientFactory | Apache Commons |
|
| FtpClientFactory .FtpConnectionFactory | | Class | org.apache.commons.vfs2.provider.ftp.FtpClientFactory | Apache Commons |
|
| FTPClientWrapper | A wrapper to the FTPClient to allow automatic reconnect on connection loss. | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileNameParser | | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileObject | | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileProvider | A provider for FTP file systems. | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileSystem | | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileSystemConfigBuilder | The config builder for various ftp configuration options. | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileType | | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpsClientFactory | Create FTPSClient instances. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsDataChannelProtectionLevel | enum FtpsDataChannelProtectionLevelProtection level of the data channel in a FTPS communication. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsFileProvider | A provider for FTP file systems. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsFileSystem | | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsFileSystemConfigBuilder | The configuration builder for various FTPS configuration options. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsMode | Mode of the FTPS connection. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| GenericFileName | A file name that represents a 'generic' URI, as per RFC 2396. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| GenericFileNameParser | A general-purpose file name parser. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| GzipFileObject | | Class | org.apache.commons.vfs2.provider.gzip | Apache Commons |
|
| GzipFileProvider | Provides access to the content of gzip compressed files. | Class | org.apache.commons.vfs2.provider.gzip | Apache Commons |
|
| GzipFileSystem | Filesytem to handle compressed files using the gzip method. | Class | org.apache.commons.vfs2.provider.gzip | Apache Commons |
|
| HdfsFileAttributes | enum HdfsFileAttributesHDFS file content attributes. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileContentInfoFactory | Creates FileContentInfo instances for HDFS. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileObject | A VFS representation of an HDFS file. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileProvider | FileProvider for HDFS files. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileSystem | A VFS FileSystem that interacts with HDFS. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileSystemConfigBuilder | Configuration settings for the HdfsFileSystem. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsRandomAccessContent | Provides random access to content in an HdfsFileObject. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HostFileNameParser | Parses the url into user/password/host/port/path Does not handle a query string (after ?) | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| HostFileNameParser .Authority | | Class | org.apache.commons.vfs2.provider.HostFileNameParser | Apache Commons |
|
| HttpClientFactory | Create a HttpClient instance. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileContentInfoFactory | Creates FileContentInfo instances for HTTP. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileNameParser | | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileObject | A file object backed by Apache Commons HttpClient. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileProvider | An HTTP provider that uses commons-httpclient. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileSystem | An HTTP file system. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileSystemConfigBuilder | Configuration options for HTTP. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpsFileNameParser | | Class | org.apache.commons.vfs2.provider.https | Apache Commons |
|
| HttpsFileProvider | An HTTPS provider that uses commons-httpclient. | Class | org.apache.commons.vfs2.provider.https | Apache Commons |
|
| IdentityInfo | Structure for an identity. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| IdentityRepositoryFactory | Creates instances of JSch IdentityRepository. | Interface | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| JarFileObject | A file in a Jar file system. | Class | org.apache.commons.vfs2.provider.jar | Apache Commons |
|
| JarFileProvider | A file system provider for Jar files. | Class | org.apache.commons.vfs2.provider.jar | Apache Commons |
|
| JarFileSystem | A read-only file system for Jar files. | Class | org.apache.commons.vfs2.provider.jar | Apache Commons |
|
| JarURLConnectionImpl | A default URL connection that will work for most file systems. | Class | org.apache.commons.vfs2.provider.jar | Apache Commons |
|
| LayeredFileName | A file name for layered files. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| LayeredFileNameParser | Additionally encodes the '!' character. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| LocalFile | A file object implementation which uses direct file access. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| LocalFileName | | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| LocalFileNameParser | | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| LocalFileProvider | A file provider which handles local files. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| LocalFileSystem | A local file system. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| LRUFilesCache | This implementation caches every file using LRUMap. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| Messages | | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| MkdirTask | An Ant task that creates a directory. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| MonitorInputStream | An InputStream that provides buffering and end-of-stream monitoring. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| MonitorOutputStream | An OutputStream that provides buffering and end-of-stream monitoring. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| MonitorRandomAccessContent | A RandomAccessContent that provides end-of-stream monitoring. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| MoveTask | An Ant task that moves matching files. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| NameScope | An enumerated type for file name scope, used when resolving a name relativeEnum Constant Summary | Class | org.apache.commons.vfs2 | Apache Commons |
|
| NullFilesCache | A FilesCache implementation. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| OnCallRefreshFileObject | This decorator refreshes the fileObject data on every call. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| Os | Class to help determining the OS. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| OsFamily | An enumerated type, which represents an OS family. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| PatternFileSelector | A FileSelector that selects based on regular expressions matched against base filename. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| PosixPermissions | | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| PosixPermissions .Type | Group right executable. | Class | org.apache.commons.vfs2.util.PosixPermissions | Apache Commons |
|
| PrivilegedFileReplicator | A file replicator that wraps another file replicator, performing the replication as a privileged action. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| ProviderConfiguration | This class describes the configuration for a provider. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| RamFileObject | | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileOutputStream | OutputStream to a RamFile. | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileProvider | | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileRandomAccessContent | RAM File Random Access Content. | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileSystem | | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileSystemConfigBuilder | Config Builder for the RAM filesystem. | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RandomAccessContent | Provides random access over content. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| RandomAccessMode | enum RandomAccessModeAn enumerated type representing the modes of a random access content. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| ResourceFileProvider | The Resource provider. | Class | org.apache.commons.vfs2.provider.res | Apache Commons |
|
| ResourceFileSystemConfigBuilder | The config BUILDER for various ftp configuration options. | Class | org.apache.commons.vfs2.provider.res | Apache Commons |
|
| Selectors | Several standard file selectors. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| SftpCheck | Basic check for SFTP. | Class | org.apache.commons.vfs2.libcheck | Apache Commons |
|
| SftpClientFactory | Create a JSch Session instance. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileNameParser | | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileObject | | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileProvider | A provider for accessing files over SFTP. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileSystem | Represents the files on an SFTP server. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileSystemConfigBuilder | The config BUILDER for various SFTP configuration options. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileSystemConfigBuilder .ProxyType | | Class | org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder | Apache Commons |
|
| SftpStreamProxy | Stream based proxy for JSch. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| Shell | A simple command-line shell for performing file operations. | Class | org.apache.commons.vfs2.example | Apache Commons |
|
| ShowFileTask | An Ant task that writes the details of a file to Ant's log. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| ShowProperties | A simple that prints the properties of the file passed as first parameter. | Class | org.apache.commons.vfs2.example | Apache Commons |
|
| SoftRefFilesCache | This implementation caches every file as long as it is strongly reachable by the java vm. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| StandardFileSystemManager | A FileSystemManager that configures itself from an XML (Default: providers. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| StaticUserAuthenticator | Provides always the same credentials data passed in with the constructor. | Class | org.apache.commons.vfs2.auth | Apache Commons |
|
| SynchronizedFileObject | This decorator synchronize all access to the FileObject. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| SyncTask | A task that synchronises the destination folder to look exactly like the source folder (or folders). | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| TarFileObject | A file in a Tar file system. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| TarFileProvider | A file system provider for Tar files. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| TarFileSystem | A read-only file system for Tar files. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| Tbz2FileProvider | A file system provider for Tar files. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| TemporaryFileProvider | A provider for temporary files. | Class | org.apache.commons.vfs2.provider.temp | Apache Commons |
|
| TemporaryFileStore | Manages a repository of temporary local files. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| TgzFileProvider | A file system provider for Tar files. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| TrustEveryoneUserInfo | Helper class to trust a new host. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| UriParser | Utilities for dealing with URIs. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| UrlFileName | | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| URLFileName | A file name that represents URL. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| UrlFileNameParser | | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| URLFileNameParser | | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| UrlFileObject | A FileObject implementation backed by a URL. | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| UrlFileProvider | A file provider backed by Java's URL API. | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| UrlFileSystem | A File system backed by Java's URL API. | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| UserAuthenticationData | Contains various authentication data. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| UserAuthenticationData .Type | Represents a user authentication item. | Class | org.apache.commons.vfs2.UserAuthenticationData | Apache Commons |
|
| UserAuthenticator | The user authenticator is used to query credentials from the user. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| UserAuthenticatorUtils | Helps with authentication. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| VcsAdd | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsCheckout | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsCommit | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsCommitListener | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsDelete | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsLog | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsLogEntry | | Class | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsLogEntryHandler | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsModifyListener | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsRevert | Restores pristine working copy file and cancels all local modifications. | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsStatus | | Class | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsUpdate | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsUpdateListener | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VFS | The main entry point for the VFS. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| VFSClassLoader | A class loader that can load classes and resources from a search path VFS FileObjects referring both to folders and JAR files. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| VfsComponent | This interface is used to manage the lifecycle of all VFS components. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| VfsComponentContext | Allows VFS components to access the services they need, such as the file replicator. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| VfsLog | This class is to keep the old logging behaviour (for ant-task) and to be able to correctly use commons-logging. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| VfsTask | Base class for the VFS Ant tasks. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| VirtualFileName | A simple Filename to hold the scheme for to be created virtual filesytsem. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| VirtualFileProvider | A virtual filesystem provider. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| VirtualFileSystem | A logical file system, made up of set of junctions, or links, to files from other file systems. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| WeakRefFileListener | Wrap a listener with a WeakReference. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| WeakRefFilesCache | This implementation caches every file as long as it is strongly reachable by the java vm. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| WebdavFileContentInfoFactory | Determines the content information for files accessed via WebDAV. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileNameParser | | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileObject | | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileProvider | A provider for WebDAV. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileSystem | A WebDAV file system. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileSystemConfigBuilder | Configuration options for WebDav. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavMethodRetryHandler | A retry handler which will retry a failed webdav method one time. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WindowsFileName | | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| WindowsFileNameParser | A parser for Windows file names. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| ZipFileObject | A file in a Zip file system. | Class | org.apache.commons.vfs2.provider.zip | Apache Commons |
|
| ZipFileProvider | A file system provider for Zip files. | Class | org.apache.commons.vfs2.provider.zip | Apache Commons |
|
| ZipFileSystem | A read-only file system for Zip/Jar files. | Class | org.apache.commons.vfs2.provider.zip | Apache Commons |