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.http |
The HTTP File Provider
|
org.apache.commons.vfs2.provider.https |
The HTTPS File Provider
|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
URLFileNameParser
Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString |
Modifier and Type | Class and Description |
---|---|
class |
FtpFileNameParser
Implementation for ftp.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileNameParser
Implementation for http.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsFileNameParser
Implementation for https.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpFileNameParser
Implementation for sftp.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.