Package | Description |
---|---|
org.apache.commons.vfs.impl |
The standard VFS implementation.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualFileSystem
A logical file system, made up of set of junctions, or links, to files from
other file systems.
|
Constructor and Description |
---|
AbstractFileObject(FileName name,
AbstractFileSystem fs) |
DelegateFileObject(FileName name,
AbstractFileSystem fileSystem,
FileObject file) |
Modifier and Type | Class and Description |
---|---|
class |
Bzip2FileSystem
Filesytem to handle compressed files using the bzip2 method
|
Modifier and Type | Class and Description |
---|---|
class |
CompressedFileFileSystem
A read-only file system for compressed files.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpFileSystem
An FTP file system.
|
Modifier and Type | Class and Description |
---|---|
class |
GzipFileSystem
Filesytem to handle compressed files using the gzip method
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileSystem
An HTTP file system.
|
Modifier and Type | Class and Description |
---|---|
class |
JarFileSystem
A read-only file system for Jar files.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalFileSystem
A local file system.
|
Modifier and Type | Class and Description |
---|---|
class |
RamFileSystem
A RAM File System
|
Modifier and Type | Class and Description |
---|---|
class |
SftpFileSystem
Represents the files on an SFTP server.
|
Modifier and Type | Class and Description |
---|---|
class |
TarFileSystem
A read-only file system for Tar files.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFileSystem
A File system backed by Java's URL API.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipFileSystem
A read-only file system for Zip/Jar files.
|