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