Package | Description |
---|---|
org.apache.commons.vfs.provider |
The File Provider API, and utility classes.
|
org.apache.commons.vfs.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs.provider.http | |
org.apache.commons.vfs.provider.https | |
org.apache.commons.vfs.provider.sftp |
The SFTP Provider.
|
Modifier and Type | Class | Description |
---|---|---|
class |
URLFileNameParser |
Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString |
Modifier and Type | Class | Description |
---|---|---|
class |
FtpFileNameParser |
Implementation for ftp.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HttpFileNameParser |
Implementation for http.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HttpsFileNameParser |
Implementation for http.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SftpFileNameParser |
Implementation for sftp.
|