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.local |
The Local 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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HostFileNameParser |
Implementation for any url based filesystem.
|
class |
LayeredFileNameParser |
Implementation for layered filesystems.
|
class |
URLFileNameParser |
Implementation for any url based filesystem.
|
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 https.
|
Modifier and Type | Class | Description |
---|---|---|
class |
GenericFileNameParser |
A general-purpose file name parser.
|
class |
LocalFileNameParser |
A name parser.
|
class |
WindowsFileNameParser |
A parser for Windows file names.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SftpFileNameParser |
Implementation for SFTP.
|
Modifier and Type | Class | Description |
---|---|---|
class |
UrlFileNameParser |
Implementation for any java.net.url based filesystem.
|