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.hdfs |
The HDFS File Provider
|
org.apache.commons.vfs2.provider.http |
The HTTP File Provider
|
org.apache.commons.vfs2.provider.http4 |
The HTTP4 File Provider
|
org.apache.commons.vfs2.provider.http5 |
The HTTP5 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.
|
org.apache.commons.vfs2.provider.zip |
The Zip File Provider.
|
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
FileSystemManager.getFileSystemConfigBuilder(String scheme)
Gets the configuration builder for the given scheme.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileSystemConfigBuilder
Default options usable for all file systems.
|
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 |
FileProvider.getConfigBuilder()
Gets the configbuilder useable to collect the needed fileSystemOptions.
|
FileSystemConfigBuilder |
AbstractFileProvider.getConfigBuilder()
Returns the FileSystemConfigBuidler.
|
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 configuration builder for various FTPS configuration options.
|
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
FtpsFileProvider.getConfigBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
HdfsFileSystemConfigBuilder
Configuration settings for the HdfsFileSystem.
|
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
HdfsFileProvider.getConfigBuilder()
Gets the config builder.
|
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 |
Http4FileSystemConfigBuilder
Configuration options builder utility for http4 provider.
|
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
Http4FileProvider.getConfigBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
Http5FileSystemConfigBuilder
Configuration options builder utility for http5 provider.
|
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
Http5FileProvider.getConfigBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
RamFileSystemConfigBuilder
Config Builder for the RAM file system.
|
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() |
Modifier and Type | Class and Description |
---|---|
class |
ZipFileSystemConfigBuilder |
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
ZipFileProvider.getConfigBuilder()
Return config builder.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.