Uses of Class
org.apache.commons.vfs.provider.HostFileNameParser

Packages that use HostFileNameParser
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.sftp The SFTP Provider. 
org.apache.commons.vfs.provider.smb The SMB/CIFS File Provider. 
org.apache.commons.vfs.provider.webdav The WebDAV File Provider 
 

Uses of HostFileNameParser in org.apache.commons.vfs.provider
 

Subclasses of HostFileNameParser in org.apache.commons.vfs.provider
 class URLFileNameParser
          Implementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryString
 

Uses of HostFileNameParser in org.apache.commons.vfs.provider.ftp
 

Subclasses of HostFileNameParser in org.apache.commons.vfs.provider.ftp
 class FtpFileNameParser
          Implementation for ftp.
 

Uses of HostFileNameParser in org.apache.commons.vfs.provider.http
 

Subclasses of HostFileNameParser in org.apache.commons.vfs.provider.http
 class HttpFileNameParser
          Implementation for http.
 

Uses of HostFileNameParser in org.apache.commons.vfs.provider.https
 

Subclasses of HostFileNameParser in org.apache.commons.vfs.provider.https
 class HttpsFileNameParser
          Implementation for http.
 

Uses of HostFileNameParser in org.apache.commons.vfs.provider.sftp
 

Subclasses of HostFileNameParser in org.apache.commons.vfs.provider.sftp
 class SftpFileNameParser
          Implementation for sftp.
 

Uses of HostFileNameParser in org.apache.commons.vfs.provider.smb
 

Subclasses of HostFileNameParser in org.apache.commons.vfs.provider.smb
 class SmbFileNameParser
          Implementation for sftp.
 

Uses of HostFileNameParser in org.apache.commons.vfs.provider.webdav
 

Subclasses of HostFileNameParser in org.apache.commons.vfs.provider.webdav
 class WebdavFileNameParser
          Implementation for http.
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.