Package | Description |
---|---|
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.sftp |
The SFTP Provider.
|
org.apache.commons.vfs2.provider.url |
The Default File Provider, which wraps
URL . |
Modifier and Type | Class and Description |
---|---|
class |
GenericURLFileName
Generic file name that represents a URL.
|
class |
URLFileName
Deprecated.
Use
GenericURLFileName as it doesn't depend on HTTP Client v3 API directly. |
Modifier and Type | Method and Description |
---|---|
GenericFileName |
FTPClientWrapper.getRoot()
Gets the root file name.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.net.ftp.FTPClient |
FTPClientWrapper.createClient(GenericFileName rootFileName,
UserAuthenticationData authData)
Creates an FTPClient.
|
Constructor and Description |
---|
FTPClientWrapper(GenericFileName rootFileName,
FileSystemOptions fileSystemOptions)
Constructs a new instance.
|
FtpFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions)
Constructs a new instance.
|
Constructor and Description |
---|
FtpsFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions)
Creates a new FtpsFileSystem.
|
Constructor and Description |
---|
HttpFileSystem(GenericFileName rootName,
org.apache.commons.httpclient.HttpClient httpClient,
FileSystemOptions fileSystemOptions)
Deprecated.
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.HttpClient |
Http4FileProvider.createHttpClient(Http4FileSystemConfigBuilder builder,
GenericFileName rootName,
FileSystemOptions fileSystemOptions)
Deprecated.
Create an
HttpClient object for an http4 file system. |
protected org.apache.http.impl.client.HttpClientBuilder |
Http4FileProvider.createHttpClientBuilder(Http4FileSystemConfigBuilder builder,
GenericFileName rootName,
FileSystemOptions fileSystemOptions)
Deprecated.
Create an
HttpClientBuilder object. |
protected org.apache.http.client.protocol.HttpClientContext |
Http4FileProvider.createHttpClientContext(Http4FileSystemConfigBuilder builder,
GenericFileName rootName,
FileSystemOptions fileSystemOptions,
UserAuthenticationData authData)
Deprecated.
Create an
HttpClientContext object for an http4 file system. |
Constructor and Description |
---|
SftpFileSystem(GenericFileName rootName,
com.jcraft.jsch.Session session,
FileSystemOptions fileSystemOptions)
Constructs a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFileName
A URL FileName.
|
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.