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 HTTP4 File Provider.
The HTTP4S File Provider.
The HTTP5 File Provider.
The HTTP5S File Provider.
The HTTPS File Provider.
The Local File Provider.
The Resource File Provider.
The SFTP Provider.
The Default File Provider, which wraps
URL
.-
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.providerModifier and TypeClassDescriptionclass
Generic implementation for any URL based file system, without depending on a specific library.class
Implementation for any URL based file system.class
Implementation for layered file systems.class
Deprecated. -
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.httpModifier and TypeClassDescriptionclass
Deprecated. -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http4
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http4Modifier and TypeClassDescriptionclass
Deprecated. -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http4s
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http4sModifier and TypeClassDescriptionclass
Deprecated. -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http5
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http5Modifier and TypeClassDescriptionclass
FileNameParser
implementation for http5 provider, setting default port to 80. -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http5s
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http5sModifier and TypeClassDescriptionclass
FileNameParser
implementation for http5s provider, setting default port to 443. -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.https
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.httpsModifier and TypeClassDescriptionclass
Deprecated. -
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.res
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.resModifier and TypeClassDescriptionclass
Slightly modified file name parser for resource URIs. -
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 file system.
GenericURLFileNameParser
as it doesn't depend on HTTP Client v3 API directly.