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.ftp The FTP File Provider.org.apache.commons.vfs2.provider.http The HTTP File Provider.org.apache.commons.vfs2.provider.http4 The HTTP4 File Provider.org.apache.commons.vfs2.provider.http4s The HTTP4S File Provider.org.apache.commons.vfs2.provider.https The HTTPS File Provider.org.apache.commons.vfs2.provider.local The Local File Provider.org.apache.commons.vfs2.provider.res The Resource File Provider.org.apache.commons.vfs2.provider.sftp The SFTP Provider.org.apache.commons.vfs2.provider.url The Default File Provider, which wrapsURL. -
-
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 file name into aFileName.classGenericURLFileNameParserGeneric implementation for any URL based file system, without depending on a specific library.classHostFileNameParserImplementation for any URL based file system.classLayeredFileNameParserImplementation for layered file systems.classURLFileNameParserDeprecated.UseGenericURLFileNameParseras it doesn't depend on HTTP Client v3 API directly.Methods in org.apache.commons.vfs2.provider that return FileNameParser Modifier and Type Method Description protected FileNameParserAbstractFileProvider. getFileNameParser()Gets the file name parser.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)Canonicalizes a path.protected voidAbstractFileProvider. 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 FileNameParser Modifier and Type Class Description classFtpFileNameParserImplementation for FTP.Methods in org.apache.commons.vfs2.provider.ftp that return FileNameParser Modifier and Type Method Description static FileNameParserFtpFileNameParser. 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 FileNameParser Modifier and Type Class Description classHttpFileNameParserDeprecated.Useorg.apache.commons.vfs2.provider.http5.Methods in org.apache.commons.vfs2.provider.http that return FileNameParser Modifier and Type Method Description static FileNameParserHttpFileNameParser. 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 FileNameParser Modifier and Type Class Description classHttp4FileNameParserDeprecated.Useorg.apache.commons.vfs2.provider.http5.Methods in org.apache.commons.vfs2.provider.http4 that return FileNameParser Modifier and Type Method Description static FileNameParserHttp4FileNameParser. 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 FileNameParser Modifier and Type Class Description classHttp4sFileNameParserDeprecated.Useorg.apache.commons.vfs2.provider.http5.Methods in org.apache.commons.vfs2.provider.http4s that return FileNameParser Modifier and Type Method Description static FileNameParserHttp4sFileNameParser. getInstance()Deprecated.Gets the singleton instance. -
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 classHttpsFileNameParserDeprecated.Useorg.apache.commons.vfs2.provider.http5s.Methods in org.apache.commons.vfs2.provider.https that return FileNameParser Modifier and Type Method Description static FileNameParserHttpsFileNameParser. 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 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.res
Classes in org.apache.commons.vfs2.provider.res that implement FileNameParser Modifier and Type Class Description classResourceFileNameParserSlightly 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 FileNameParser Modifier and Type Class Description classSftpFileNameParserImplementation for SFTP.Methods in org.apache.commons.vfs2.provider.sftp that return FileNameParser Modifier and Type Method Description static 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 FileNameParser Modifier and Type Class Description classUrlFileNameParserImplementation for any java.net.url based file system.
-