Uses of Interface
org.apache.commons.vfs2.provider.FileNameParser
Packages that use FileNameParser
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 FileNameParser in org.apache.commons.vfs2.provider
Classes in org.apache.commons.vfs2.provider that implement FileNameParserModifier and TypeClassDescriptionclass
Provides methods to parse a file name into aFileName
.class
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.Methods in org.apache.commons.vfs2.provider that return FileNameParserModifier and TypeMethodDescriptionprotected FileNameParser
AbstractFileProvider.getFileNameParser()
Gets the file name parser.Methods in org.apache.commons.vfs2.provider with parameters of type FileNameParserModifier and TypeMethodDescriptionstatic void
UriParser.canonicalizePath
(StringBuilder buffer, int offset, int length, FileNameParser fileNameParser) Canonicalizes a path.protected void
AbstractFileProvider.setFileNameParser
(FileNameParser parser) Sets the file name parser. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.ftp
Classes in org.apache.commons.vfs2.provider.ftp that implement FileNameParserMethods in org.apache.commons.vfs2.provider.ftp that return FileNameParserModifier and TypeMethodDescriptionstatic FileNameParser
FtpFileNameParser.getInstance()
Gets the singleton instance. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.http
Classes in org.apache.commons.vfs2.provider.http that implement FileNameParserModifier and TypeClassDescriptionclass
Deprecated.Methods in org.apache.commons.vfs2.provider.http that return FileNameParserModifier and TypeMethodDescriptionstatic FileNameParser
HttpFileNameParser.getInstance()
Deprecated.Gets the singleton instance. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.http4
Classes in org.apache.commons.vfs2.provider.http4 that implement FileNameParserModifier and TypeClassDescriptionclass
Deprecated.Methods in org.apache.commons.vfs2.provider.http4 that return FileNameParserModifier and TypeMethodDescriptionstatic FileNameParser
Http4FileNameParser.getInstance()
Deprecated.Gets the singleton instance. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.http4s
Classes in org.apache.commons.vfs2.provider.http4s that implement FileNameParserModifier and TypeClassDescriptionclass
Deprecated.Methods in org.apache.commons.vfs2.provider.http4s that return FileNameParserModifier and TypeMethodDescriptionstatic FileNameParser
Http4sFileNameParser.getInstance()
Deprecated.Gets the singleton instance. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.http5
Classes in org.apache.commons.vfs2.provider.http5 that implement FileNameParserModifier and TypeClassDescriptionclass
FileNameParser
implementation for http5 provider, setting default port to 80.Methods in org.apache.commons.vfs2.provider.http5 that return FileNameParserModifier and TypeMethodDescriptionstatic FileNameParser
Http5FileNameParser.getInstance()
Gets the singleton instance. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.http5s
Classes in org.apache.commons.vfs2.provider.http5s that implement FileNameParserModifier and TypeClassDescriptionclass
FileNameParser
implementation for http5s provider, setting default port to 443.Methods in org.apache.commons.vfs2.provider.http5s that return FileNameParserModifier and TypeMethodDescriptionstatic FileNameParser
Http5sFileNameParser.getInstance()
Gets the singleton instance. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.https
Classes in org.apache.commons.vfs2.provider.https that implement FileNameParserModifier and TypeClassDescriptionclass
Deprecated.Methods in org.apache.commons.vfs2.provider.https that return FileNameParserModifier and TypeMethodDescriptionstatic FileNameParser
HttpsFileNameParser.getInstance()
Deprecated.Gets the singleton instance. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.local
Classes in org.apache.commons.vfs2.provider.local that implement FileNameParserModifier and TypeClassDescriptionclass
A general-purpose file name parser.class
A name parser.class
A parser for Windows file names. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.res
Classes in org.apache.commons.vfs2.provider.res that implement FileNameParserModifier and TypeClassDescriptionclass
Slightly modified file name parser for resource URIs. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.sftp
Classes in org.apache.commons.vfs2.provider.sftp that implement FileNameParserMethods in org.apache.commons.vfs2.provider.sftp that return FileNameParserModifier and TypeMethodDescriptionstatic FileNameParser
SftpFileNameParser.getInstance()
Gets the singleton instance. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.url
Classes in org.apache.commons.vfs2.provider.url that implement FileNameParserModifier and TypeClassDescriptionclass
Implementation for any java.net.url based file system.
GenericURLFileNameParser
as it doesn't depend on HTTP Client v3 API directly.