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 and Description |
---|---|
class |
AbstractFileNameParser
Provides methods to parse a filename into a
FileName . |
class |
HostFileNameParser
Implementation for any url based filesystem.
Parses the url into user/password/host/port/path Does not handle a query string (after ?) |
class |
LayeredFileNameParser
Implementation for layered filesystems.
|
class |
URLFileNameParser
Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString |
Modifier and Type | Method and Description |
---|---|
protected FileNameParser |
AbstractFileProvider.getFileNameParser() |
Modifier and Type | Method and Description |
---|---|
static void |
UriParser.canonicalizePath(StringBuilder buffer,
int offset,
int length,
FileNameParser fileNameParser) |
protected void |
AbstractFileProvider.setFileNameParser(FileNameParser parser) |
Modifier and Type | Class and Description |
---|---|
class |
FtpFileNameParser
Implementation for ftp.
|
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
FtpFileNameParser.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
HttpFileNameParser
Implementation for http.
|
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
HttpFileNameParser.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
HttpsFileNameParser
Implementation for https.
|
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
HttpsFileNameParser.getInstance() |
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 |
SftpFileNameParser
Implementation for sftp.
|
Modifier and Type | Method and Description |
---|---|
static FileNameParser |
SftpFileNameParser.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
UrlFileNameParser
Implementation for any java.net.url based filesystem.
Composite of URLFilenameParser and GenericFilenameParser |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.