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 and Description |
---|---|
FileSystemConfigBuilder |
FileSystemManager.getFileSystemConfigBuilder(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(String scheme)
Get the configuration builder for the given scheme.
|
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
AbstractFileProvider.getConfigBuilder()
Returns the FileSystemConfigBuidler.
|
FileSystemConfigBuilder |
FileProvider.getConfigBuilder()
Gets the configbuilder useable to collect the needed fileSystemOptions.
|
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 |
FtpsFileSystemConfigBuilder
The config BUILDER for various ftp configuration options.
|
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
FtpsFileProvider.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() |
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.