Uses of Interface
org.apache.commons.vfs.provider.FileNameParser
-
Packages that use FileNameParser Package Description org.apache.commons.vfs.provider The File Provider API, and utility classes.org.apache.commons.vfs.provider.ftp The FTP File Provider.org.apache.commons.vfs.provider.http org.apache.commons.vfs.provider.https org.apache.commons.vfs.provider.local The Local File Provider.org.apache.commons.vfs.provider.sftp The SFTP Provider.org.apache.commons.vfs.provider.url The Default File Provider, which wraps java.net.URL. -
-
Uses of FileNameParser in org.apache.commons.vfs.provider
Classes in org.apache.commons.vfs.provider that implement FileNameParser Modifier and Type Class Description classAbstractFileNameParserProvides methods to parse a filename into aFileNameclassHostFileNameParserImplementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)classLayeredFileNameParserImplementation for layered filesystems.classURLFileNameParserImplementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryStringMethods in org.apache.commons.vfs.provider that return FileNameParser Modifier and Type Method Description protected FileNameParserAbstractFileProvider. getFileNameParser()Methods in org.apache.commons.vfs.provider with parameters of type FileNameParser Modifier and Type Method Description static voidUriParser. canonicalizePath(java.lang.StringBuffer buffer, int offset, int length, FileNameParser fileNameParser)protected voidAbstractFileProvider. setFileNameParser(FileNameParser parser) -
Uses of FileNameParser in org.apache.commons.vfs.provider.ftp
Classes in org.apache.commons.vfs.provider.ftp that implement FileNameParser Modifier and Type Class Description classFtpFileNameParserImplementation for ftp.Methods in org.apache.commons.vfs.provider.ftp that return FileNameParser Modifier and Type Method Description static FileNameParserFtpFileNameParser. getInstance() -
Uses of FileNameParser in org.apache.commons.vfs.provider.http
Classes in org.apache.commons.vfs.provider.http that implement FileNameParser Modifier and Type Class Description classHttpFileNameParserImplementation for http.Methods in org.apache.commons.vfs.provider.http that return FileNameParser Modifier and Type Method Description static FileNameParserHttpFileNameParser. getInstance() -
Uses of FileNameParser in org.apache.commons.vfs.provider.https
Classes in org.apache.commons.vfs.provider.https that implement FileNameParser Modifier and Type Class Description classHttpsFileNameParserImplementation for http.Methods in org.apache.commons.vfs.provider.https that return FileNameParser Modifier and Type Method Description static FileNameParserHttpsFileNameParser. getInstance() -
Uses of FileNameParser in org.apache.commons.vfs.provider.local
Classes in org.apache.commons.vfs.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.vfs.provider.sftp
Classes in org.apache.commons.vfs.provider.sftp that implement FileNameParser Modifier and Type Class Description classSftpFileNameParserImplementation for sftp.Methods in org.apache.commons.vfs.provider.sftp that return FileNameParser Modifier and Type Method Description static FileNameParserSftpFileNameParser. getInstance() -
Uses of FileNameParser in org.apache.commons.vfs.provider.url
Classes in org.apache.commons.vfs.provider.url that implement FileNameParser Modifier and Type Class Description classUrlFileNameParserImplementation for any java.net.url based filesystem.
Composite of URLFilenameParser and GenericFilenameParser
-