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 Providerorg.apache.commons.vfs2.provider.https The HTTPS File Providerorg.apache.commons.vfs2.provider.local The Local File Provider.org.apache.commons.vfs2.provider.sftp The SFTP 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 class
AbstractFileNameParser
Provides methods to parse a filename into aFileName
.class
HostFileNameParser
Implementation for any url based filesystem.class
LayeredFileNameParser
Implementation for layered filesystems.class
URLFileNameParser
Implementation for any url based filesystem.Methods in org.apache.commons.vfs2.provider that return FileNameParser Modifier and Type Method Description protected FileNameParser
AbstractFileProvider. getFileNameParser()
Methods in org.apache.commons.vfs2.provider with parameters of type FileNameParser Modifier and Type Method Description static void
UriParser. canonicalizePath(java.lang.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 FileNameParser Modifier and Type Class Description class
FtpFileNameParser
Implementation for ftp.Methods in org.apache.commons.vfs2.provider.ftp that return FileNameParser Modifier and Type Method Description static FileNameParser
FtpFileNameParser. getInstance()
-
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 class
HttpFileNameParser
Implementation for http.Methods in org.apache.commons.vfs2.provider.http that return FileNameParser Modifier and Type Method Description static FileNameParser
HttpFileNameParser. 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 class
HttpsFileNameParser
Implementation for https.Methods in org.apache.commons.vfs2.provider.https that return FileNameParser Modifier and Type Method Description static FileNameParser
HttpsFileNameParser. 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 class
GenericFileNameParser
A general-purpose file name parser.class
LocalFileNameParser
A name parser.class
WindowsFileNameParser
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 FileNameParser Modifier and Type Class Description class
SftpFileNameParser
Implementation for SFTP.Methods in org.apache.commons.vfs2.provider.sftp that return FileNameParser Modifier and Type Method Description static 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 FileNameParser Modifier and Type Class Description class
UrlFileNameParser
Implementation for any java.net.url based filesystem.
-