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.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
URL . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileNameParser
Provides methods to parse a file name into a
FileName . |
class |
GenericURLFileNameParser
Generic implementation for any URL based file system, without depending on 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 | Method and Description |
---|---|
protected FileNameParser |
AbstractFileProvider.getFileNameParser()
Gets the file name parser.
|
Modifier and Type | Method and Description |
---|---|
static void |
UriParser.canonicalizePath(StringBuilder buffer,
int offset,
int length,
FileNameParser fileNameParser)
Canonicalizes a path.
|
protected void |
AbstractFileProvider.setFileNameParser(FileNameParser parser)
Sets the file name parser.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpFileNameParser
Implementation for FTP.
|
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
FtpFileNameParser.getInstance()
Gets the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileNameParser
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
HttpFileNameParser.getInstance()
Deprecated.
Gets the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Http4FileNameParser
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
Http4FileNameParser.getInstance()
Deprecated.
Gets the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Http4sFileNameParser
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
Http4sFileNameParser.getInstance()
Deprecated.
Gets the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsFileNameParser
Deprecated.
Use
org.apache.commons.vfs2.provider.http5s . |
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
HttpsFileNameParser.getInstance()
Deprecated.
Gets the singleton instance.
|
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 file name parser for resource URIs.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpFileNameParser
Implementation for SFTP.
|
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
SftpFileNameParser.getInstance()
Gets the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFileNameParser
Implementation for any java.net.url based file system.
|
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.