Package | Description |
---|---|
org.apache.commons.vfs.provider |
The File Provider API, and utility classes.
|
org.apache.commons.vfs.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs.provider.http | |
org.apache.commons.vfs.provider.https | |
org.apache.commons.vfs.provider.local |
The Local File Provider.
|
org.apache.commons.vfs.provider.sftp |
The SFTP Provider.
|
org.apache.commons.vfs.provider.url |
The Default File Provider, which wraps java.net.URL.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
protected FileNameParser |
AbstractFileProvider.getFileNameParser() |
Modifier and Type | Method | Description |
---|---|---|
static void |
UriParser.canonicalizePath(java.lang.StringBuffer buffer,
int offset,
int length,
FileNameParser fileNameParser) |
|
protected void |
AbstractFileProvider.setFileNameParser(FileNameParser parser) |
Modifier and Type | Class | Description |
---|---|---|
class |
FtpFileNameParser |
Implementation for ftp.
|
Modifier and Type | Method | Description |
---|---|---|
static FileNameParser |
FtpFileNameParser.getInstance() |
Modifier and Type | Class | Description |
---|---|---|
class |
HttpFileNameParser |
Implementation for http.
|
Modifier and Type | Method | Description |
---|---|---|
static FileNameParser |
HttpFileNameParser.getInstance() |
Modifier and Type | Class | Description |
---|---|---|
class |
HttpsFileNameParser |
Implementation for http.
|
Modifier and Type | Method | Description |
---|---|---|
static FileNameParser |
HttpsFileNameParser.getInstance() |
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 | Method | Description |
---|---|---|
static FileNameParser |
SftpFileNameParser.getInstance() |
Modifier and Type | Class | Description |
---|---|---|
class |
UrlFileNameParser |
Implementation for any java.net.url based filesystem.
Composite of URLFilenameParser and GenericFilenameParser |