Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.vfs2 Classes and Interfaces - 243 results found.
NameDescriptionTypePackageFramework
AbstractFileChangeEventA change event that knows how to notify a listener.Classorg.apache.commons.vfs2.eventsApache Commons
AbstractFileNameA default file name implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractFileNameParserProvides methods to parse a filename into a FileName.Classorg.apache.commons.vfs2.providerApache Commons
AbstractFileObjectA partial file object implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractFileOperationClassorg.apache.commons.vfs2.operationsApache Commons
AbstractFileOperationProviderClassorg.apache.commons.vfs2.operationsApache Commons
AbstractFileProviderA partial FileProvider implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractFilesCacheClassorg.apache.commons.vfs2.cacheApache Commons
AbstractFileSystemA partial FileSystem implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractLayeredFileProviderA FileProvider that is layered on top of another, such as the contents of a zip or tar file.Classorg.apache.commons.vfs2.providerApache Commons
AbstractOriginatingFileProviderA FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.Classorg.apache.commons.vfs2.providerApache Commons
AbstractRandomAccessContent UnsupportedOperationException when one of these methods are called.Classorg.apache.commons.vfs2.providerApache Commons
AbstractRandomAccessStreamContentClassorg.apache.commons.vfs2.providerApache Commons
AbstractSyncTaskAn abstract file synchronization task.Classorg.apache.commons.vfs2.tasksApache Commons
AbstractSyncTask .SourceInfoInformation about a source file.Classorg.apache.commons.vfs2.tasks.AbstractSyncTaskApache Commons
AbstractVfsComponentA partial VfsComponent implementation.Classorg.apache.commons.vfs2.providerApache Commons
AbstractVfsContainerA VfsComponent that contains a set of sub-components.Classorg.apache.commons.vfs2.providerApache Commons
AllFileSelectorA FileSelector that selects everything.Classorg.apache.commons.vfs2Apache Commons
Bzip2FileObjectClassorg.apache.commons.vfs2.provider.bzip2Apache Commons
Bzip2FileProviderProvides access to the content of bzip2 compressed files.Classorg.apache.commons.vfs2.provider.bzip2Apache Commons
Bzip2FileSystemFilesytem to handle compressed files using the bzip2 method.Classorg.apache.commons.vfs2.provider.bzip2Apache Commons
CacheStrategyAn enumerated type to deal with the various cache strategies.Classorg.apache.commons.vfs2Apache Commons
CapabilityAn enumerated type representing the capabilities of files and file systems.Classorg.apache.commons.vfs2Apache Commons
ChangedEventClassorg.apache.commons.vfs2.eventsApache Commons
ChangeLastModificationTimeSimply changed the last modification time of the given file.Classorg.apache.commons.vfs2.exampleApache Commons
CombinedResourcesClassorg.apache.commons.vfs2.utilApache Commons
CompositeFileProviderClassorg.apache.commons.vfs2.providerApache Commons
CompressedFileFileObjectClassorg.apache.commons.vfs2.provider.compressedApache Commons
CompressedFileFileProviderA file system provider for compressed files.Classorg.apache.commons.vfs2.provider.compressedApache Commons
CompressedFileFileSystemA read-only file system for compressed files.Classorg.apache.commons.vfs2.provider.compressedApache Commons
CopyTaskAn Ant task that copies matching files.Classorg.apache.commons.vfs2.tasksApache Commons
CreateEventFile creation event.Classorg.apache.commons.vfs2.eventsApache Commons
CryptorInterfaceorg.apache.commons.vfs2.utilApache Commons
CryptorFactoryFactory to create an instance of a Cryptor.Classorg.apache.commons.vfs2.utilApache Commons
DecoratedFileObjectBase class to build a fileObject decoration.Classorg.apache.commons.vfs2.implApache Commons
DefaultCryptorAllows passwords to be encrypted and decrypted.Classorg.apache.commons.vfs2.utilApache Commons
DefaultFileContentThe content of a file.Classorg.apache.commons.vfs2.providerApache Commons
DefaultFileContentInfoThe default file content information.Classorg.apache.commons.vfs2.implApache Commons
DefaultFileMonitorA polling FileMonitor implementation.Classorg.apache.commons.vfs2.implApache Commons
DefaultFileOperationsClassorg.apache.commons.vfs2.operationsApache Commons
DefaultFileReplicatorA simple file replicator and temporary file store.Classorg.apache.commons.vfs2.implApache Commons
DefaultFilesCacheA FilesCache implementation.Classorg.apache.commons.vfs2.cacheApache Commons
DefaultFileSystemConfigBuilderDefault options usable for all file systems.Classorg.apache.commons.vfs2.implApache Commons
DefaultFileSystemManagerThe default file system manager implementation.Classorg.apache.commons.vfs2.implApache Commons
DefaultLocalFileProviderA file system provider, which uses direct file access.Classorg.apache.commons.vfs2.provider.localApache Commons
DefaultProviderConfigurationSame as ProviderConfiguration but for the default provider.Classorg.apache.commons.vfs2.implApache Commons
DefaultURLConnectionA default URL connection that will work for most file systems.Classorg.apache.commons.vfs2.providerApache Commons
DefaultURLStreamHandlerA default URL stream handler that will work for most file systems.Classorg.apache.commons.vfs2.providerApache Commons
DelegateFileObjectA file backed by another file.Classorg.apache.commons.vfs2.providerApache Commons
DelegatingFileSystemOptionsBuilderThis class use reflection to set a configuration value using the fileSystemConfigBuilder associated the a scheme.Classorg.apache.commons.vfs2.utilApache Commons
DeleteEventFile deletion event.Classorg.apache.commons.vfs2.eventsApache Commons
DeleteTaskAn Ant task that deletes matching files.Classorg.apache.commons.vfs2.tasksApache Commons
EncryptUtilAllows passwords to be encrypted and decrypted.Classorg.apache.commons.vfs2.utilApache Commons
ExceptionConverterExceptionConverter converts WebDAV exceptions into FileSystemExceptions.Classorg.apache.commons.vfs2.provider.webdavApache Commons
FileChangeEventAn event fired when a file is changed.Classorg.apache.commons.vfs2Apache Commons
FileContentRepresents the data content of a file.Interfaceorg.apache.commons.vfs2Apache Commons
FileContentInfoInforms on the content of a file with content type and encoding.Interfaceorg.apache.commons.vfs2Apache Commons
FileContentInfoFactoryCreates FileContentInfo instances to determine the content-info for given file contents.Interfaceorg.apache.commons.vfs2Apache Commons
FileContentInfoFilenameFactoryThe FileContentInfoFilenameFactory.Classorg.apache.commons.vfs2.implApache Commons
FileDepthSelectorA FileSelector that selects all files in a particular depth range.Classorg.apache.commons.vfs2Apache Commons
FileExtensionSelectorA FileSelector that selects based on file extensions.Classorg.apache.commons.vfs2Apache Commons
FileFilterThis interface is used to select files when traversing the direct children of the base.Interfaceorg.apache.commons.vfs2Apache Commons
FileFilterSelectorA FileSelector that selects all children of the given fileObject.Classorg.apache.commons.vfs2Apache Commons
FileListenerListens for changes to a file.Interfaceorg.apache.commons.vfs2Apache Commons
FileMonitorFileMonitor interface.Interfaceorg.apache.commons.vfs2Apache Commons
FileNameRepresents a file name.Interfaceorg.apache.commons.vfs2Apache Commons
FileNameParserProvides methods to parse a filename into a FileName.Interfaceorg.apache.commons.vfs2.providerApache Commons
FileNotFolderExceptionDelivers a file-not-folder exception which happens when trying to issue FileObject.Classorg.apache.commons.vfs2Apache Commons
FileNotFoundExceptiondelivers a file-not-found exception.Classorg.apache.commons.vfs2Apache Commons
FileObjectRepresents a file, and is used to access the content and structure of the file.Interfaceorg.apache.commons.vfs2Apache Commons
FileObjectUtilsStuff to get some strange things from an FileObject.Classorg.apache.commons.vfs2.utilApache Commons
FileOperation A FileOperation is an object that brings an extra function to a FileObject.Interfaceorg.apache.commons.vfs2.operationsApache Commons
FileOperationProviderFileOperationProvider is responsible for dealing with FileOperation's.Interfaceorg.apache.commons.vfs2.operationsApache Commons
FileOperationsFileOperations interface provides API to work with operations.Interfaceorg.apache.commons.vfs2.operationsApache Commons
FileProviderA file provider.Interfaceorg.apache.commons.vfs2.providerApache Commons
FileReplicatorResponsible for making local replicas of files.Interfaceorg.apache.commons.vfs2.providerApache Commons
FilesCacheThe fileCache interface.Interfaceorg.apache.commons.vfs2Apache Commons
FileSelectInfoInformation about a file, that is used to select files during the traversal of a hierarchy.Interfaceorg.apache.commons.vfs2Apache Commons
FileSelectorThis interface is used to select files when traversing a file hierarchy.Interfaceorg.apache.commons.vfs2Apache Commons
FileSystemA file system, made up of a hierarchy of files.Interfaceorg.apache.commons.vfs2Apache Commons
FileSystemConfigBuilderAbstract class which has the right to fill FileSystemOptions.Classorg.apache.commons.vfs2Apache Commons
FileSystemExceptionThrown for file system errors.Classorg.apache.commons.vfs2Apache Commons
FileSystemManagerA FileSystemManager manages a set of file systems.Interfaceorg.apache.commons.vfs2Apache Commons
FileSystemOptionsContainer for FileSystemOptions.Classorg.apache.commons.vfs2Apache Commons
FileTypeAn enumerated type that represents a file's type.Classorg.apache.commons.vfs2Apache Commons
FileTypeHasNoContentExceptiondelivers a file-not-folder exception which happens when trying to issue FileObject.Classorg.apache.commons.vfs2Apache Commons
FileTypeSelectorA FileSelector that selects files of a particular type.Classorg.apache.commons.vfs2Apache Commons
FileUtilUtility methods for dealing with FileObjects.Classorg.apache.commons.vfs2Apache Commons
FtpCheckBasic check for FTP.Classorg.apache.commons.vfs2.libcheckApache Commons
FtpClientWhat VFS expects from an ftp client to provide.Interfaceorg.apache.commons.vfs2.provider.ftpApache Commons
FtpClientFactoryCreate a FtpClient instance.Classorg.apache.commons.vfs2.provider.ftpApache Commons
FtpClientFactory .ConnectionFactoryClassorg.apache.commons.vfs2.provider.ftp.FtpClientFactoryApache Commons
FtpClientFactory .FtpConnectionFactoryClassorg.apache.commons.vfs2.provider.ftp.FtpClientFactoryApache Commons
FTPClientWrapperA wrapper to the FTPClient to allow automatic reconnect on connection loss.Classorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileNameParserClassorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileObjectClassorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileProviderA provider for FTP file systems.Classorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileSystemClassorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileSystemConfigBuilderThe config builder for various ftp configuration options.Classorg.apache.commons.vfs2.provider.ftpApache Commons
FtpFileTypeClassorg.apache.commons.vfs2.provider.ftpApache Commons
FtpsClientFactoryCreate FTPSClient instances.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsDataChannelProtectionLevelenum FtpsDataChannelProtectionLevelProtection level of the data channel in a FTPS communication.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsFileProviderA provider for FTP file systems.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsFileSystemClassorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsFileSystemConfigBuilderThe configuration builder for various FTPS configuration options.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
FtpsModeMode of the FTPS connection.Classorg.apache.commons.vfs2.provider.ftpsApache Commons
GenericFileNameA file name that represents a 'generic' URI, as per RFC 2396.Classorg.apache.commons.vfs2.providerApache Commons
GenericFileNameParserA general-purpose file name parser.Classorg.apache.commons.vfs2.provider.localApache Commons
GzipFileObjectClassorg.apache.commons.vfs2.provider.gzipApache Commons
GzipFileProviderProvides access to the content of gzip compressed files.Classorg.apache.commons.vfs2.provider.gzipApache Commons
GzipFileSystemFilesytem to handle compressed files using the gzip method.Classorg.apache.commons.vfs2.provider.gzipApache Commons
HdfsFileAttributesenum HdfsFileAttributesHDFS file content attributes.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileContentInfoFactoryCreates FileContentInfo instances for HDFS.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileObjectA VFS representation of an HDFS file.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileProviderFileProvider for HDFS files.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileSystemA VFS FileSystem that interacts with HDFS.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsFileSystemConfigBuilderConfiguration settings for the HdfsFileSystem.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HdfsRandomAccessContentProvides random access to content in an HdfsFileObject.Classorg.apache.commons.vfs2.provider.hdfsApache Commons
HostFileNameParser Parses the url into user/password/host/port/path Does not handle a query string (after ?)Classorg.apache.commons.vfs2.providerApache Commons
HostFileNameParser .AuthorityClassorg.apache.commons.vfs2.provider.HostFileNameParserApache Commons
HttpClientFactoryCreate a HttpClient instance.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileContentInfoFactoryCreates FileContentInfo instances for HTTP.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileNameParserClassorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileObjectA file object backed by Apache Commons HttpClient.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileProviderAn HTTP provider that uses commons-httpclient.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileSystemAn HTTP file system.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpFileSystemConfigBuilderConfiguration options for HTTP.Classorg.apache.commons.vfs2.provider.httpApache Commons
HttpsFileNameParserClassorg.apache.commons.vfs2.provider.httpsApache Commons
HttpsFileProviderAn HTTPS provider that uses commons-httpclient.Classorg.apache.commons.vfs2.provider.httpsApache Commons
IdentityInfoStructure for an identity.Classorg.apache.commons.vfs2.provider.sftpApache Commons
IdentityRepositoryFactoryCreates instances of JSch IdentityRepository.Interfaceorg.apache.commons.vfs2.provider.sftpApache Commons
JarFileObjectA file in a Jar file system.Classorg.apache.commons.vfs2.provider.jarApache Commons
JarFileProviderA file system provider for Jar files.Classorg.apache.commons.vfs2.provider.jarApache Commons
JarFileSystemA read-only file system for Jar files.Classorg.apache.commons.vfs2.provider.jarApache Commons
JarURLConnectionImplA default URL connection that will work for most file systems.Classorg.apache.commons.vfs2.provider.jarApache Commons
LayeredFileNameA file name for layered files.Classorg.apache.commons.vfs2.providerApache Commons
LayeredFileNameParser Additionally encodes the '!' character.Classorg.apache.commons.vfs2.providerApache Commons
LocalFileA file object implementation which uses direct file access.Classorg.apache.commons.vfs2.provider.localApache Commons
LocalFileNameClassorg.apache.commons.vfs2.provider.localApache Commons
LocalFileNameParserClassorg.apache.commons.vfs2.provider.localApache Commons
LocalFileProviderA file provider which handles local files.Interfaceorg.apache.commons.vfs2.providerApache Commons
LocalFileSystemA local file system.Classorg.apache.commons.vfs2.provider.localApache Commons
LRUFilesCacheThis implementation caches every file using LRUMap.Classorg.apache.commons.vfs2.cacheApache Commons
MessagesClassorg.apache.commons.vfs2.utilApache Commons
MkdirTaskAn Ant task that creates a directory.Classorg.apache.commons.vfs2.tasksApache Commons
MonitorInputStreamAn InputStream that provides buffering and end-of-stream monitoring.Classorg.apache.commons.vfs2.utilApache Commons
MonitorOutputStreamAn OutputStream that provides buffering and end-of-stream monitoring.Classorg.apache.commons.vfs2.utilApache Commons
MonitorRandomAccessContentA RandomAccessContent that provides end-of-stream monitoring.Classorg.apache.commons.vfs2.utilApache Commons
MoveTaskAn Ant task that moves matching files.Classorg.apache.commons.vfs2.tasksApache Commons
NameScopeAn enumerated type for file name scope, used when resolving a name relativeEnum Constant SummaryClassorg.apache.commons.vfs2Apache Commons
NullFilesCache A FilesCache implementation.Classorg.apache.commons.vfs2.cacheApache Commons
OnCallRefreshFileObjectThis decorator refreshes the fileObject data on every call.Classorg.apache.commons.vfs2.cacheApache Commons
OsClass to help determining the OS.Classorg.apache.commons.vfs2.utilApache Commons
OsFamilyAn enumerated type, which represents an OS family.Classorg.apache.commons.vfs2.utilApache Commons
PatternFileSelectorA FileSelector that selects based on regular expressions matched against base filename.Classorg.apache.commons.vfs2Apache Commons
PosixPermissionsClassorg.apache.commons.vfs2.utilApache Commons
PosixPermissions .TypeGroup right executable.Classorg.apache.commons.vfs2.util.PosixPermissionsApache Commons
PrivilegedFileReplicatorA file replicator that wraps another file replicator, performing the replication as a privileged action.Classorg.apache.commons.vfs2.implApache Commons
ProviderConfigurationThis class describes the configuration for a provider.Classorg.apache.commons.vfs2.implApache Commons
RamFileObjectClassorg.apache.commons.vfs2.provider.ramApache Commons
RamFileOutputStreamOutputStream to a RamFile.Classorg.apache.commons.vfs2.provider.ramApache Commons
RamFileProviderClassorg.apache.commons.vfs2.provider.ramApache Commons
RamFileRandomAccessContentRAM File Random Access Content.Classorg.apache.commons.vfs2.provider.ramApache Commons
RamFileSystemClassorg.apache.commons.vfs2.provider.ramApache Commons
RamFileSystemConfigBuilderConfig Builder for the RAM filesystem.Classorg.apache.commons.vfs2.provider.ramApache Commons
RandomAccessContentProvides random access over content.Interfaceorg.apache.commons.vfs2Apache Commons
RandomAccessModeenum RandomAccessModeAn enumerated type representing the modes of a random access content.Classorg.apache.commons.vfs2.utilApache Commons
ResourceFileProviderThe Resource provider.Classorg.apache.commons.vfs2.provider.resApache Commons
ResourceFileSystemConfigBuilderThe config BUILDER for various ftp configuration options.Classorg.apache.commons.vfs2.provider.resApache Commons
SelectorsSeveral standard file selectors.Classorg.apache.commons.vfs2Apache Commons
SftpCheckBasic check for SFTP.Classorg.apache.commons.vfs2.libcheckApache Commons
SftpClientFactoryCreate a JSch Session instance.Classorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileNameParserClassorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileObjectClassorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileProviderA provider for accessing files over SFTP.Classorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileSystemRepresents the files on an SFTP server.Classorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileSystemConfigBuilderThe config BUILDER for various SFTP configuration options.Classorg.apache.commons.vfs2.provider.sftpApache Commons
SftpFileSystemConfigBuilder .ProxyTypeClassorg.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilderApache Commons
SftpStreamProxyStream based proxy for JSch.Classorg.apache.commons.vfs2.provider.sftpApache Commons
ShellA simple command-line shell for performing file operations.Classorg.apache.commons.vfs2.exampleApache Commons
ShowFileTaskAn Ant task that writes the details of a file to Ant's log.Classorg.apache.commons.vfs2.tasksApache Commons
ShowPropertiesA simple that prints the properties of the file passed as first parameter.Classorg.apache.commons.vfs2.exampleApache Commons
SoftRefFilesCacheThis implementation caches every file as long as it is strongly reachable by the java vm.Classorg.apache.commons.vfs2.cacheApache Commons
StandardFileSystemManagerA FileSystemManager that configures itself from an XML (Default: providers.Classorg.apache.commons.vfs2.implApache Commons
StaticUserAuthenticatorProvides always the same credentials data passed in with the constructor.Classorg.apache.commons.vfs2.authApache Commons
SynchronizedFileObjectThis decorator synchronize all access to the FileObject.Classorg.apache.commons.vfs2.implApache Commons
SyncTaskA task that synchronises the destination folder to look exactly like the source folder (or folders).Classorg.apache.commons.vfs2.tasksApache Commons
TarFileObjectA file in a Tar file system.Classorg.apache.commons.vfs2.provider.tarApache Commons
TarFileProviderA file system provider for Tar files.Classorg.apache.commons.vfs2.provider.tarApache Commons
TarFileSystemA read-only file system for Tar files.Classorg.apache.commons.vfs2.provider.tarApache Commons
Tbz2FileProviderA file system provider for Tar files.Classorg.apache.commons.vfs2.provider.tarApache Commons
TemporaryFileProviderA provider for temporary files.Classorg.apache.commons.vfs2.provider.tempApache Commons
TemporaryFileStoreManages a repository of temporary local files.Interfaceorg.apache.commons.vfs2.providerApache Commons
TgzFileProviderA file system provider for Tar files.Classorg.apache.commons.vfs2.provider.tarApache Commons
TrustEveryoneUserInfoHelper class to trust a new host.Classorg.apache.commons.vfs2.provider.sftpApache Commons
UriParserUtilities for dealing with URIs.Classorg.apache.commons.vfs2.providerApache Commons
UrlFileNameClassorg.apache.commons.vfs2.provider.urlApache Commons
URLFileNameA file name that represents URL.Classorg.apache.commons.vfs2.providerApache Commons
UrlFileNameParserClassorg.apache.commons.vfs2.provider.urlApache Commons
URLFileNameParserClassorg.apache.commons.vfs2.providerApache Commons
UrlFileObjectA FileObject implementation backed by a URL.Classorg.apache.commons.vfs2.provider.urlApache Commons
UrlFileProviderA file provider backed by Java's URL API.Classorg.apache.commons.vfs2.provider.urlApache Commons
UrlFileSystemA File system backed by Java's URL API.Classorg.apache.commons.vfs2.provider.urlApache Commons
UserAuthenticationDataContains various authentication data.Classorg.apache.commons.vfs2Apache Commons
UserAuthenticationData .TypeRepresents a user authentication item.Classorg.apache.commons.vfs2.UserAuthenticationDataApache Commons
UserAuthenticatorThe user authenticator is used to query credentials from the user.Interfaceorg.apache.commons.vfs2Apache Commons
UserAuthenticatorUtilsHelps with authentication.Classorg.apache.commons.vfs2.utilApache Commons
VcsAddInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsCheckoutInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsCommitInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsCommitListenerInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsDeleteInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsLogInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsLogEntryClassorg.apache.commons.vfs2.operations.vcsApache Commons
VcsLogEntryHandlerInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsModifyListenerInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsRevert Restores pristine working copy file and cancels all local modifications.Interfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsStatusClassorg.apache.commons.vfs2.operations.vcsApache Commons
VcsUpdateInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VcsUpdateListenerInterfaceorg.apache.commons.vfs2.operations.vcsApache Commons
VFSThe main entry point for the VFS.Classorg.apache.commons.vfs2Apache Commons
VFSClassLoaderA class loader that can load classes and resources from a search path VFS FileObjects referring both to folders and JAR files.Classorg.apache.commons.vfs2.implApache Commons
VfsComponentThis interface is used to manage the lifecycle of all VFS components.Interfaceorg.apache.commons.vfs2.providerApache Commons
VfsComponentContextAllows VFS components to access the services they need, such as the file replicator.Interfaceorg.apache.commons.vfs2.providerApache Commons
VfsLogThis class is to keep the old logging behaviour (for ant-task) and to be able to correctly use commons-logging.Classorg.apache.commons.vfs2Apache Commons
VfsTaskBase class for the VFS Ant tasks.Classorg.apache.commons.vfs2.tasksApache Commons
VirtualFileNameA simple Filename to hold the scheme for to be created virtual filesytsem.Classorg.apache.commons.vfs2.implApache Commons
VirtualFileProviderA virtual filesystem provider.Classorg.apache.commons.vfs2.implApache Commons
VirtualFileSystemA logical file system, made up of set of junctions, or links, to files from other file systems.Classorg.apache.commons.vfs2.implApache Commons
WeakRefFileListenerWrap a listener with a WeakReference.Classorg.apache.commons.vfs2.utilApache Commons
WeakRefFilesCacheThis implementation caches every file as long as it is strongly reachable by the java vm.Classorg.apache.commons.vfs2.cacheApache Commons
WebdavFileContentInfoFactoryDetermines the content information for files accessed via WebDAV.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileNameParserClassorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileObjectClassorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileProviderA provider for WebDAV.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileSystemA WebDAV file system.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavFileSystemConfigBuilderConfiguration options for WebDav.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WebdavMethodRetryHandlerA retry handler which will retry a failed webdav method one time.Classorg.apache.commons.vfs2.provider.webdavApache Commons
WindowsFileNameClassorg.apache.commons.vfs2.provider.localApache Commons
WindowsFileNameParserA parser for Windows file names.Classorg.apache.commons.vfs2.provider.localApache Commons
ZipFileObjectA file in a Zip file system.Classorg.apache.commons.vfs2.provider.zipApache Commons
ZipFileProviderA file system provider for Zip files.Classorg.apache.commons.vfs2.provider.zipApache Commons
ZipFileSystemA read-only file system for Zip/Jar files.Classorg.apache.commons.vfs2.provider.zipApache Commons