Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.vfs2.provider Classes and Interfaces - 126 results found.
NameDescriptionTypePackageFramework
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
AbstractFileProviderA partial FileProvider implementation.Classorg.apache.commons.vfs2.providerApache 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
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
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
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
DefaultFileContentThe content of a file.Classorg.apache.commons.vfs2.providerApache Commons
DefaultLocalFileProviderA file system provider, which uses direct file access.Classorg.apache.commons.vfs2.provider.localApache 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
ExceptionConverterExceptionConverter converts WebDAV exceptions into FileSystemExceptions.Classorg.apache.commons.vfs2.provider.webdavApache Commons
FileNameParserProvides methods to parse a filename into a FileName.Interfaceorg.apache.commons.vfs2.providerApache Commons
FileProviderA file provider.Interfaceorg.apache.commons.vfs2.providerApache Commons
FileReplicatorResponsible for making local replicas of files.Interfaceorg.apache.commons.vfs2.providerApache 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
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
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
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
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
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
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