Package | Description |
---|---|
org.apache.commons.vfs2.provider |
The File Provider API, and utility classes.
|
org.apache.commons.vfs2.provider.bzip2 |
The BZIP2 File Provider
|
org.apache.commons.vfs2.provider.compressed |
The compressed file provider
|
org.apache.commons.vfs2.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs2.provider.gzip |
The GZIP File Provider
|
org.apache.commons.vfs2.provider.http |
The HTTP File Provider
|
org.apache.commons.vfs2.provider.jar |
The Jar File Provider.
|
org.apache.commons.vfs2.provider.local |
The Local File Provider.
|
org.apache.commons.vfs2.provider.ram |
The RAM File Provider.
|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
org.apache.commons.vfs2.provider.tar |
The Tar File Provider.
|
org.apache.commons.vfs2.provider.url |
The Default File Provider, which wraps java.net.URL.
|
org.apache.commons.vfs2.provider.zip |
The Zip File Provider.
|
org.apache.commons.vfs2.util |
Utility classes used by the VFS.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DelegateFileObject<AFS extends AbstractFileSystem> |
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<FS extends CompressedFileFileSystem> |
A compressed file.
|
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<FS extends HttpFileSystem> |
A file object backed by Apache 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.
|