Uses of Class
org.apache.commons.vfs2.provider.AbstractFileNameParser
Packages that use AbstractFileNameParser
Package
Description
The File Provider API, and utility classes.
The FTP File Provider.
The HTTP File Provider
The HTTPS File Provider
The Local File Provider.
The SFTP Provider.
The Default File Provider, which wraps java.net.URL.
-
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.providerModifier and TypeClassDescriptionclass
Implementation for any url based filesystem.class
Implementation for layered filesystems.class
Implementation for any url based filesystem. -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.ftp
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.ftp -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.https
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.https -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.local
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.localModifier and TypeClassDescriptionclass
A general-purpose file name parser.class
A name parser.class
A parser for Windows file names. -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.sftp
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.sftp -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.url
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.urlModifier and TypeClassDescriptionclass
Implementation for any java.net.url based filesystem.