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.http4 |
The HTTP4 File Provider
|
org.apache.commons.vfs2.provider.http4s |
The HTTP4S File Provider
|
org.apache.commons.vfs2.provider.http5 |
The HTTP5 File Provider
|
org.apache.commons.vfs2.provider.http5s |
The HTTP5S 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.res |
The Resource 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 and Description |
---|---|
class |
GenericURLFileNameParser
Generic implementation for any url based file system, without depending a specific library.
|
class |
HostFileNameParser
Implementation for any URL based file system.
|
class |
LayeredFileNameParser
Implementation for layered file systems.
|
class |
URLFileNameParser
Deprecated.
Use
GenericURLFileNameParser as it doesn't depend on Http Client v3 API directly. |
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 |
Http4FileNameParser
FileNameParser implementation for http4 provider, setting default port to 80. |
Modifier and Type | Class and Description |
---|---|
class |
Http4sFileNameParser
FileNameParser implementation for http4s provider, setting default port to 443. |
Modifier and Type | Class and Description |
---|---|
class |
Http5FileNameParser
FileNameParser implementation for http5 provider, setting default port to 80. |
Modifier and Type | Class and Description |
---|---|
class |
Http5sFileNameParser
FileNameParser implementation for http5s provider, setting default port to 443. |
Modifier and Type | Class and Description |
---|---|
class |
HttpsFileNameParser
Implementation for https.
|
Modifier and Type | Class and 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 and Description |
---|---|
class |
ResourceFileNameParser
Slightly modified filename parser for resource URIs.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpFileNameParser
Implementation for SFTP.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFileNameParser
Implementation for any java.net.url based file system.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.