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 HTTPS File Provider
The Local 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 TypeClassDescriptionclass
Provides methods to parse a filename into aFileName
.class
Implementation for any url based filesystem.class
Implementation for layered filesystems.class
Implementation for any url based filesystem.Methods in org.apache.commons.vfs2.provider that return FileNameParserModifier and TypeMethodDescriptionprotected FileNameParser
AbstractFileProvider.getFileNameParser()
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) protected void
AbstractFileProvider.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.http
Classes in org.apache.commons.vfs2.provider.http that implement FileNameParserMethods in org.apache.commons.vfs2.provider.http that return FileNameParser -
Uses of FileNameParser in org.apache.commons.vfs2.provider.https
Classes in org.apache.commons.vfs2.provider.https that implement FileNameParserMethods in org.apache.commons.vfs2.provider.https 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 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.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 filesystem.