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

Packages that use URLFileNameParser
org.apache.commons.vfs.provider.http   
org.apache.commons.vfs.provider.https   
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
org.apache.commons.vfs.provider.url The Default File Provider, which wraps java.net.URL. 
 

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

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

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

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

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

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

Uses of URLFileNameParser in org.apache.commons.vfs.provider.url
 

Fields in org.apache.commons.vfs.provider.url declared as URLFileNameParser
private  URLFileNameParser UrlFileNameParser.url