Package | Description |
---|---|
org.apache.commons.vfs.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs.provider.http | |
org.apache.commons.vfs.provider.https | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpFileProvider
A provider for FTP file systems.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileProvider
An HTTP provider that uses commons-httpclient.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsFileProvider
An HTTPS provider that uses commons-httpclient.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocalFileProvider
A file system provider, which uses direct file access.
|
Modifier and Type | Class and Description |
---|---|
class |
RamFileProvider
RAM File Provider
|
Modifier and Type | Class and Description |
---|---|
class |
SftpFileProvider
A provider for accessing files over SFTP.
|