| 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.sftp |
The SFTP Provider.
|
| org.apache.commons.vfs2.provider.url |
The Default File Provider, which wraps java.net.URL.
|
| org.apache.commons.vfs2.provider.webdav |
The WebDAV File Provider
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLFileName
A file name that represents URL.
|
| Modifier and Type | Method and Description |
|---|---|
GenericFileName |
FTPClientWrapper.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.net.ftp.FTPClient |
FTPClientWrapper.createClient(GenericFileName rootName,
UserAuthenticationData authData) |
| Constructor and Description |
|---|
FTPClientWrapper(GenericFileName root,
FileSystemOptions fileSystemOptions) |
FtpFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions) |
| Constructor and Description |
|---|
FtpsFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions)
Create a new FtpsFileSystem.
|
| Constructor and Description |
|---|
HttpFileSystem(GenericFileName rootName,
org.apache.commons.httpclient.HttpClient client,
FileSystemOptions fileSystemOptions) |
| Constructor and Description |
|---|
SftpFileSystem(GenericFileName rootName,
com.jcraft.jsch.Session session,
FileSystemOptions fileSystemOptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
UrlFileName
A URL FileName.
|
| Constructor and Description |
|---|
WebdavFileSystem(GenericFileName rootName,
org.apache.commons.httpclient.HttpClient client,
FileSystemOptions fileSystemOptions) |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.