Uses of Interface
org.apache.commons.vfs.provider.FileNameParser
Packages that use FileNameParser
Package
Description
The File Provider API, and utility classes.
The FTP 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.vfs.provider
Classes in org.apache.commons.vfs.provider that implement FileNameParserModifier and TypeClassDescriptionclassProvides methods to parse a filename into aFileNameclassImplementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)classImplementation for layered filesystems.classImplementation for any url based filesystem.
Parses the url into user/password/host/port/path/queryStringMethods in org.apache.commons.vfs.provider that return FileNameParserModifier and TypeMethodDescriptionprotected FileNameParserAbstractFileProvider.getFileNameParser()Methods in org.apache.commons.vfs.provider with parameters of type FileNameParserModifier and TypeMethodDescriptionstatic voidUriParser.canonicalizePath(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 FileNameParserMethods in org.apache.commons.vfs.provider.ftp that return FileNameParser -
Uses of FileNameParser in org.apache.commons.vfs.provider.http
Classes in org.apache.commons.vfs.provider.http that implement FileNameParserMethods in org.apache.commons.vfs.provider.http that return FileNameParser -
Uses of FileNameParser in org.apache.commons.vfs.provider.https
Classes in org.apache.commons.vfs.provider.https that implement FileNameParserMethods in org.apache.commons.vfs.provider.https that return FileNameParser -
Uses of FileNameParser in org.apache.commons.vfs.provider.local
Classes in org.apache.commons.vfs.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.vfs.provider.sftp
Classes in org.apache.commons.vfs.provider.sftp that implement FileNameParserMethods in org.apache.commons.vfs.provider.sftp that return FileNameParser -
Uses of FileNameParser in org.apache.commons.vfs.provider.url
Classes in org.apache.commons.vfs.provider.url that implement FileNameParserModifier and TypeClassDescriptionclassImplementation for any java.net.url based filesystem.
Composite of URLFilenameParser and GenericFilenameParser