Package | Description |
---|---|
org.apache.commons.vfs.provider |
The File Provider API, and utility classes.
|
org.apache.commons.vfs.provider.bzip2 | |
org.apache.commons.vfs.provider.compressed | |
org.apache.commons.vfs.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs.provider.gzip | |
org.apache.commons.vfs.provider.http | |
org.apache.commons.vfs.provider.https | |
org.apache.commons.vfs.provider.jar |
The Jar File Provider.
|
org.apache.commons.vfs.provider.local |
The Local File Provider.
|
org.apache.commons.vfs.provider.ram |
The RAM File Provider.
|
org.apache.commons.vfs.provider.res | |
org.apache.commons.vfs.provider.sftp |
The SFTP Provider.
|
org.apache.commons.vfs.provider.tar |
The Tar File Provider.
|
org.apache.commons.vfs.provider.temp |
The Temporary Filespace Provider.
|
org.apache.commons.vfs.provider.url |
The Default File Provider, which wraps java.net.URL.
|
org.apache.commons.vfs.provider.zip |
The Zip File Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLayeredFileProvider
A
FileProvider that is layered on top of another, such as the
contents of a zip or tar file. |
class |
AbstractOriginatingFileProvider
A
FileProvider that handles physical files, such as the files in a
local fs, or on an FTP server. |
class |
CompositeFileProvider
Description
|
Modifier and Type | Class and Description |
---|---|
class |
Bzip2FileProvider
Provides access to the content of bzip2 compressed files
|
Modifier and Type | Class and Description |
---|---|
class |
CompressedFileFileProvider
A file system provider for compressed files.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpFileProvider
A provider for FTP file systems.
|
Modifier and Type | Class and Description |
---|---|
class |
GzipFileProvider
Provides access to the content of gzip compressed files
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileProvider
An HTTP provider that uses commons-httpclient.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsFileProvider
An HTTPS provider that uses commons-httpclient.
|
Modifier and Type | Class and Description |
---|---|
class |
JarFileProvider
A file system provider for Jar files.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocalFileProvider
A file system provider, which uses direct file access.
|
Modifier and Type | Class and Description |
---|---|
class |
RamFileProvider
RAM File Provider
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceFileProvider
Description
|
Modifier and Type | Class and Description |
---|---|
class |
SftpFileProvider
A provider for accessing files over SFTP.
|
Modifier and Type | Class and Description |
---|---|
class |
TarFileProvider
A file system provider for Tar files.
|
class |
Tbz2FileProvider
A file system provider for Tar files.
|
class |
TgzFileProvider
A file system provider for Tar files.
|
Modifier and Type | Class and Description |
---|---|
class |
TemporaryFileProvider
A provider for temporary files.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFileProvider
A file provider backed by Java's URL API.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipFileProvider
A file system provider for Zip files.
|