| 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.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.sftp |
The SFTP Provider.
|
| org.apache.commons.vfs.provider.tar |
The Tar File 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.
|
| org.apache.commons.vfs.util |
Utility classes used by the VFS.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DelegateFileObject |
A file backed by another file.
|
| Constructor | Description |
|---|---|
DefaultFileContent(AbstractFileObject file,
FileContentInfoFactory fileContentInfoFactory) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Bzip2FileObject |
the bzip2 file
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompressedFileFileObject |
A compressed file.
Such a file do only have one child (the compressed filename with stripped last extension) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FtpFileObject |
An FTP file.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GzipFileObject |
the gzip file
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpFileObject |
A file object backed by commons httpclient.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JarFileObject |
A file in a Jar file system.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
LocalFile |
A file object implementation which uses direct file access.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
RamFileObject |
A RAM File contains a single RAM FileData instance, it provides methods to
access the data by implementing FileObject interface.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SftpFileObject |
An SFTP file.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TarFileObject |
A file in a Tar file system.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
UrlFileObject |
A
FileObject implementation backed by a URL. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ZipFileObject |
A file in a Zip file system.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AbstractFileObject |
FileObjectUtils.getAbstractFileObject(FileObject fileObject) |
get access to the base object even if decorated
|