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 and Description |
---|---|
class |
DelegateFileObject
A file backed by another file.
|
Constructor and Description |
---|
DefaultFileContent(AbstractFileObject file,
FileContentInfoFactory fileContentInfoFactory) |
Modifier and Type | Class and Description |
---|---|
class |
Bzip2FileObject
the bzip2 file.
|
Modifier and Type | Class and 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 and Description |
---|---|
class |
FtpFileObject
An FTP file.
|
Modifier and Type | Class and Description |
---|---|
class |
GzipFileObject
the gzip file.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileObject
A file object backed by commons httpclient.
|
Modifier and Type | Class and Description |
---|---|
class |
JarFileObject
A file in a Jar file system.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalFile
A file object implementation which uses direct file access.
|
Modifier and Type | Class and 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 and Description |
---|---|
class |
SftpFileObject
An SFTP file.
|
Modifier and Type | Class and Description |
---|---|
class |
TarFileObject
A file in a Tar file system.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFileObject
A
FileObject implementation backed by a URL . |
Modifier and Type | Class and Description |
---|---|
class |
ZipFileObject
A file in a Zip file system.
|
Modifier and Type | Method and Description |
---|---|
static AbstractFileObject |
FileObjectUtils.getAbstractFileObject(FileObject fileObject)
Get access to the base object even if decorated.
|
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.