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.http4 |
The HTTP4 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
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)
Gets the configuration builder for the given scheme.
|
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
FileProvider.getConfigBuilder()
Gets the configbuilder usable to collect the needed fileSystemOptions.
|
FileSystemConfigBuilder |
AbstractFileProvider.getConfigBuilder()
Gets the FileSystemConfigBuilder.
|
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 |
HttpFileSystemConfigBuilder
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
HttpFileProvider.getConfigBuilder()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Http4FileSystemConfigBuilder
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
Http4FileProvider.getConfigBuilder()
Deprecated.
|
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
Configures
FileSystemOptions s. |
Modifier and Type | Method and Description |
---|---|
FileSystemConfigBuilder |
ZipFileProvider.getConfigBuilder()
Gets config builder.
|
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.