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 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 FileNameParser in org.apache.commons.vfs2.provider
Classes in org.apache.commons.vfs2.provider that implement FileNameParserModifier and TypeClassDescriptionclassProvides methods to parse a file name into aFileName.classGeneric 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.Fields in org.apache.commons.vfs2.provider declared as FileNameParserMethods in org.apache.commons.vfs2.provider that return FileNameParserModifier and TypeMethodDescriptionprotected FileNameParserAbstractFileProvider.getFileNameParser()Methods in org.apache.commons.vfs2.provider with parameters of type FileNameParserModifier and TypeMethodDescriptionstatic voidUriParser.canonicalizePath(StringBuilder buffer, int offset, int length, FileNameParser fileNameParser) protected voidAbstractFileProvider.setFileNameParser(FileNameParser 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 FileNameParser -
Uses of FileNameParser in org.apache.commons.vfs2.provider.http4
Classes in org.apache.commons.vfs2.provider.http4 that implement FileNameParserModifier and TypeClassDescriptionclassFileNameParserimplementation for http4 provider, setting default port to 80.Methods in org.apache.commons.vfs2.provider.http4 that return FileNameParser -
Uses of FileNameParser in org.apache.commons.vfs2.provider.http4s
Classes in org.apache.commons.vfs2.provider.http4s that implement FileNameParserModifier and TypeClassDescriptionclassFileNameParserimplementation for http4s provider, setting default port to 443.Methods in org.apache.commons.vfs2.provider.http4s that return FileNameParser -
Uses of FileNameParser in org.apache.commons.vfs2.provider.local
Classes in org.apache.commons.vfs2.provider.local that implement FileNameParserModifier and TypeClassDescriptionclassA general-purpose file name parser.classA name parser.classA 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 TypeClassDescriptionclassSlightly modified filename 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 FileNameParserSftpFileNameParser.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 TypeClassDescriptionclassImplementation for any java.net.url based file system.
GenericURLFileNameParseras it doesn't depend on Http Client v3 API directly.