|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileNameParser | |
|---|---|
| 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. |
| org.apache.commons.vfs2.provider.webdav | The WebDAV File Provider |
| Uses of FileNameParser in org.apache.commons.vfs2.provider |
|---|
| Classes in org.apache.commons.vfs2.provider that implement FileNameParser | |
|---|---|
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 |
| Methods in org.apache.commons.vfs2.provider that return FileNameParser | |
|---|---|
protected FileNameParser |
AbstractFileProvider.getFileNameParser()
|
| Methods in org.apache.commons.vfs2.provider with parameters of type FileNameParser | |
|---|---|
static void |
UriParser.canonicalizePath(StringBuilder buffer,
int offset,
int length,
FileNameParser fileNameParser)
|
protected void |
AbstractFileProvider.setFileNameParser(FileNameParser parser)
|
| Uses of FileNameParser in org.apache.commons.vfs2.provider.ftp |
|---|
| Classes in org.apache.commons.vfs2.provider.ftp that implement FileNameParser | |
|---|---|
class |
FtpFileNameParser
Implementation for ftp. |
| Methods in org.apache.commons.vfs2.provider.ftp that return FileNameParser | |
|---|---|
static FileNameParser |
FtpFileNameParser.getInstance()
|
| Uses of FileNameParser in org.apache.commons.vfs2.provider.http |
|---|
| Classes in org.apache.commons.vfs2.provider.http that implement FileNameParser | |
|---|---|
class |
HttpFileNameParser
Implementation for http. |
| Methods in org.apache.commons.vfs2.provider.http that return FileNameParser | |
|---|---|
static FileNameParser |
HttpFileNameParser.getInstance()
|
| Uses of FileNameParser in org.apache.commons.vfs2.provider.https |
|---|
| Classes in org.apache.commons.vfs2.provider.https that implement FileNameParser | |
|---|---|
class |
HttpsFileNameParser
Implementation for https. |
| Methods in org.apache.commons.vfs2.provider.https that return FileNameParser | |
|---|---|
static FileNameParser |
HttpsFileNameParser.getInstance()
|
| Uses of FileNameParser in org.apache.commons.vfs2.provider.local |
|---|
| Classes in org.apache.commons.vfs2.provider.local that implement FileNameParser | |
|---|---|
class |
GenericFileNameParser
A general-purpose file name parser. |
class |
LocalFileNameParser
A name parser. |
class |
WindowsFileNameParser
A parser for Windows file names. |
| Uses of FileNameParser in org.apache.commons.vfs2.provider.sftp |
|---|
| Classes in org.apache.commons.vfs2.provider.sftp that implement FileNameParser | |
|---|---|
class |
SftpFileNameParser
Implementation for sftp. |
| Methods in org.apache.commons.vfs2.provider.sftp that return FileNameParser | |
|---|---|
static FileNameParser |
SftpFileNameParser.getInstance()
|
| Uses of FileNameParser in org.apache.commons.vfs2.provider.url |
|---|
| Classes in org.apache.commons.vfs2.provider.url that implement FileNameParser | |
|---|---|
class |
UrlFileNameParser
Implementation for any java.net.url based filesystem. Composite of URLFilenameParser and GenericFilenameParser |
| Uses of FileNameParser in org.apache.commons.vfs2.provider.webdav |
|---|
| Classes in org.apache.commons.vfs2.provider.webdav that implement FileNameParser | |
|---|---|
class |
WebdavFileNameParser
Implementation for http. |
| Methods in org.apache.commons.vfs2.provider.webdav that return FileNameParser | |
|---|---|
static FileNameParser |
WebdavFileNameParser.getInstance()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||