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 class
AbstractFileNameParser
Provides methods to parse a file name into aFileName
.class
GenericURLFileNameParser
Generic implementation for any URL based file system, without depending on a specific library.class
HostFileNameParser
Implementation for any URL based file system.class
LayeredFileNameParser
Implementation for layered file systems.class
URLFileNameParser
Deprecated.UseGenericURLFileNameParser
as 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 FileNameParser
AbstractFileProvider. getFileNameParser()
Gets the file name parser.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)
Canonicalizes a path.protected void
AbstractFileProvider. 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 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()
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 class
HttpFileNameParser
Deprecated.Useorg.apache.commons.vfs2.provider.http5
.Methods in org.apache.commons.vfs2.provider.http that return FileNameParser Modifier and Type Method Description static FileNameParser
HttpFileNameParser. 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 class
Http4FileNameParser
Deprecated.Useorg.apache.commons.vfs2.provider.http5
.Methods in org.apache.commons.vfs2.provider.http4 that return FileNameParser Modifier and Type Method Description static FileNameParser
Http4FileNameParser. 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 class
Http4sFileNameParser
Deprecated.Useorg.apache.commons.vfs2.provider.http5
.Methods in org.apache.commons.vfs2.provider.http4s that return FileNameParser Modifier and Type Method Description static FileNameParser
Http4sFileNameParser. 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 class
HttpsFileNameParser
Deprecated.Useorg.apache.commons.vfs2.provider.http5s
.Methods in org.apache.commons.vfs2.provider.https that return FileNameParser Modifier and Type Method Description static FileNameParser
HttpsFileNameParser. 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 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.res
Classes in org.apache.commons.vfs2.provider.res that implement FileNameParser Modifier and Type Class Description class
ResourceFileNameParser
Slightly 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 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 file system.
-