|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFileNameParser | |
---|---|
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 | The HTTP File Provider |
org.apache.commons.vfs.provider.https | The HTTPS File Provider |
org.apache.commons.vfs.provider.local | The Local File Provider. |
org.apache.commons.vfs.provider.sftp | The SFTP Provider. |
org.apache.commons.vfs.provider.smb | The SMB/CIFS File Provider. |
org.apache.commons.vfs.provider.url | The Default File Provider, which wraps java.net.URL. |
org.apache.commons.vfs.provider.webdav | The WebDAV File Provider |
Uses of AbstractFileNameParser in org.apache.commons.vfs.provider |
---|
Subclasses of AbstractFileNameParser in org.apache.commons.vfs.provider | |
---|---|
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 |
Uses of AbstractFileNameParser in org.apache.commons.vfs.provider.ftp |
---|
Subclasses of AbstractFileNameParser in org.apache.commons.vfs.provider.ftp | |
---|---|
class |
FtpFileNameParser
Implementation for ftp. |
Uses of AbstractFileNameParser in org.apache.commons.vfs.provider.http |
---|
Subclasses of AbstractFileNameParser in org.apache.commons.vfs.provider.http | |
---|---|
class |
HttpFileNameParser
Implementation for http. |
Uses of AbstractFileNameParser in org.apache.commons.vfs.provider.https |
---|
Subclasses of AbstractFileNameParser in org.apache.commons.vfs.provider.https | |
---|---|
class |
HttpsFileNameParser
Implementation for http. |
Uses of AbstractFileNameParser in org.apache.commons.vfs.provider.local |
---|
Subclasses of AbstractFileNameParser in org.apache.commons.vfs.provider.local | |
---|---|
class |
GenericFileNameParser
A general-purpose file name parser. |
class |
LocalFileNameParser
A name parser. |
class |
WindowsFileNameParser
A parser for Windows file names. |
Uses of AbstractFileNameParser in org.apache.commons.vfs.provider.sftp |
---|
Subclasses of AbstractFileNameParser in org.apache.commons.vfs.provider.sftp | |
---|---|
class |
SftpFileNameParser
Implementation for sftp. |
Uses of AbstractFileNameParser in org.apache.commons.vfs.provider.smb |
---|
Subclasses of AbstractFileNameParser in org.apache.commons.vfs.provider.smb | |
---|---|
class |
SmbFileNameParser
Implementation for sftp. |
Uses of AbstractFileNameParser in org.apache.commons.vfs.provider.url |
---|
Subclasses of AbstractFileNameParser in org.apache.commons.vfs.provider.url | |
---|---|
class |
UrlFileNameParser
Implementation for any java.net.url based filesystem. Composite of URLFilenameParser and GenericFilenameParser |
Uses of AbstractFileNameParser in org.apache.commons.vfs.provider.webdav |
---|
Subclasses of AbstractFileNameParser in org.apache.commons.vfs.provider.webdav | |
---|---|
class |
WebdavFileNameParser
Implementation for http. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |