Package | Description |
---|---|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
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.
|
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(AbstractFileName name,
AbstractFileSystem fs) |
DelegateFileObject(AbstractFileName 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.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.