Uses of Interface
org.apache.commons.vfs2.provider.FileNameParser
-
Packages that use FileNameParser Package Description org.apache.commons.vfs2.provider The File Provider API, and utility classes.org.apache.commons.vfs2.provider.http The HTTP File Providerorg.apache.commons.vfs2.provider.https The HTTPS File Providerorg.apache.commons.vfs2.provider.local The Local File Provider.org.apache.commons.vfs2.provider.url 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 FileNameParser Modifier and Type Class Description classAbstractFileNameParserProvides methods to parse a filename into aFileName.classHostFileNameParserImplementation for any url based filesystem.classLayeredFileNameParserImplementation for layered filesystems.classURLFileNameParserImplementation for any url based filesystem.Methods in org.apache.commons.vfs2.provider that return FileNameParser Modifier and Type Method Description protected FileNameParserAbstractFileProvider. getFileNameParser()Methods in org.apache.commons.vfs2.provider with parameters of type FileNameParser Modifier and Type Method Description static voidUriParser. canonicalizePath(java.lang.StringBuilder buffer, int offset, int length, FileNameParser fileNameParser)protected voidAbstractFileProvider. setFileNameParser(FileNameParser parser) -
Uses of FileNameParser in org.apache.commons.vfs2.provider.http
Classes in org.apache.commons.vfs2.provider.http that implement FileNameParser Modifier and Type Class Description classHttpFileNameParserImplementation for http.Methods in org.apache.commons.vfs2.provider.http that return FileNameParser Modifier and Type Method Description static FileNameParserHttpFileNameParser. getInstance() -
Uses of FileNameParser in org.apache.commons.vfs2.provider.https
Classes in org.apache.commons.vfs2.provider.https that implement FileNameParser Modifier and Type Class Description classHttpsFileNameParserImplementation for https.Methods in org.apache.commons.vfs2.provider.https that return FileNameParser Modifier and Type Method Description static FileNameParserHttpsFileNameParser. getInstance() -
Uses of FileNameParser in org.apache.commons.vfs2.provider.local
Classes in org.apache.commons.vfs2.provider.local that implement FileNameParser Modifier and Type Class Description classGenericFileNameParserA general-purpose file name parser.classLocalFileNameParserA name parser.classWindowsFileNameParserA parser for Windows file names. -
Uses of FileNameParser in org.apache.commons.vfs2.provider.url
Classes in org.apache.commons.vfs2.provider.url that implement FileNameParser Modifier and Type Class Description classUrlFileNameParserImplementation for any java.net.url based filesystem.
-