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.https |
The HTTPS File Provider.
|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericURLFileNameParser
Generic implementation for any URL based file system, without depending on a specific library.
|
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
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Class and Description |
---|---|
class |
Http4FileNameParser
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Class and Description |
---|---|
class |
Http4sFileNameParser
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Class and Description |
---|---|
class |
HttpsFileNameParser
Deprecated.
Use
org.apache.commons.vfs2.provider.http5s . |
Modifier and Type | Class and Description |
---|---|
class |
SftpFileNameParser
Implementation for SFTP.
|
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.