Uses of Class
org.apache.commons.vfs.provider.local.GenericFileNameParser

Packages that use GenericFileNameParser
org.apache.commons.vfs.provider.local The Local File Provider. 
org.apache.commons.vfs.provider.url The Default File Provider, which wraps java.net.URL. 
 

Uses of GenericFileNameParser in org.apache.commons.vfs.provider.local
 

Fields in org.apache.commons.vfs.provider.local declared as GenericFileNameParser
private static GenericFileNameParser GenericFileNameParser.INSTANCE
           
 

Methods in org.apache.commons.vfs.provider.local that return GenericFileNameParser
static GenericFileNameParser GenericFileNameParser.getInstance()
          retrieve a instance to this parser
 

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

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