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 HTTP4 File Provider
The HTTP4S File Provider
The Local File Provider.
The Resource 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 TypeClassDescriptionclassGeneric implementation for any url based file system, without depending a specific library.classImplementation for any URL based file system.classImplementation for layered file systems.classDeprecated. -
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.http4
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http4Modifier and TypeClassDescriptionclassFileNameParserimplementation for http4 provider, setting default port to 80. -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http4s
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.http4sModifier and TypeClassDescriptionclassFileNameParserimplementation for http4s provider, setting default port to 443. -
Uses of AbstractFileNameParser in org.apache.commons.vfs2.provider.local
Subclasses of AbstractFileNameParser in org.apache.commons.vfs2.provider.localModifier and TypeClassDescriptionclassA general-purpose file name parser.classA name parser.classA 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 TypeClassDescriptionclassSlightly modified filename 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 TypeClassDescriptionclassImplementation for any java.net.url based file system.
GenericURLFileNameParseras it doesn't depend on Http Client v3 API directly.