Package | Description |
---|---|
org.apache.commons.vfs2 |
The public VFS API.
|
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.ftp |
The FTP File Provider.
|
org.apache.commons.vfs2.provider.ftps |
The FTPS File Provider.
|
org.apache.commons.vfs2.provider.http |
The HTTP File Provider
|
org.apache.commons.vfs2.provider.ram |
The RAM File Provider.
|
org.apache.commons.vfs2.provider.res |
The Resource File Provider
|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
org.apache.commons.vfs2.provider.url |
The Default File Provider, which wraps java.net.URL.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemConfigBuilder |
FileSystemManager.getFileSystemConfigBuilder(java.lang.String scheme) |
Get the configuration builder for the given scheme.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultFileSystemConfigBuilder |
Default options usable for all file systems.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemConfigBuilder |
DefaultFileSystemManager.getFileSystemConfigBuilder(java.lang.String scheme) |
Get the configuration builder for the given scheme.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemConfigBuilder |
AbstractFileProvider.getConfigBuilder() |
Returns the FileSystemConfigBuidler.
|
FileSystemConfigBuilder |
FileProvider.getConfigBuilder() |
Gets the configbuilder useable to collect the needed fileSystemOptions.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FtpFileSystemConfigBuilder |
The config builder for various ftp configuration options.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemConfigBuilder |
FtpFileProvider.getConfigBuilder() |
Modifier and Type | Class | Description |
---|---|---|
class |
FtpsFileSystemConfigBuilder |
The configuration builder for various FTPS configuration options.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemConfigBuilder |
FtpsFileProvider.getConfigBuilder() |
Modifier and Type | Class | Description |
---|---|---|
class |
HttpFileSystemConfigBuilder |
Configuration options for HTTP.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemConfigBuilder |
HttpFileProvider.getConfigBuilder() |
Modifier and Type | Class | Description |
---|---|---|
class |
RamFileSystemConfigBuilder |
Config Builder for the RAM filesystem.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ResourceFileSystemConfigBuilder |
The config BUILDER for various ftp configuration options.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemConfigBuilder |
ResourceFileProvider.getConfigBuilder() |
Modifier and Type | Class | Description |
---|---|---|
class |
SftpFileSystemConfigBuilder |
The config builder for various SFTP configuration options.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemConfigBuilder |
SftpFileProvider.getConfigBuilder() |
Modifier and Type | Method | Description |
---|---|---|
FileSystemConfigBuilder |
UrlFileProvider.getConfigBuilder() |