Uses of Interface
org.apache.commons.vfs.provider.FileNameParser

Packages that use FileNameParser
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
 class AbstractFileNameParser
          Provides methods to parse a filename into a FileName
 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.vfs.provider that return FileNameParser
protected  FileNameParser AbstractFileProvider.getFileNameParser()
           
 

Methods in org.apache.commons.vfs.provider with parameters of type FileNameParser
static void UriParser.canonicalizePath(StringBuffer buffer, int offset, int length, FileNameParser fileNameParser)
           
protected  void AbstractFileProvider.setFileNameParser(FileNameParser parser)
           
 

Uses of FileNameParser in org.apache.commons.vfs.provider.ftp
 

Classes in org.apache.commons.vfs.provider.ftp that implement FileNameParser
 class FtpFileNameParser
          Implementation for ftp. set default port to 21
 

Methods in org.apache.commons.vfs.provider.ftp that return FileNameParser
static FileNameParser FtpFileNameParser.getInstance()
           
 

Uses of FileNameParser in org.apache.commons.vfs.provider.http
 

Classes in org.apache.commons.vfs.provider.http that implement FileNameParser
 class HttpFileNameParser
          Implementation for http. set default port to 80
 

Methods in org.apache.commons.vfs.provider.http that return FileNameParser
static FileNameParser HttpFileNameParser.getInstance()
           
 

Uses of FileNameParser in org.apache.commons.vfs.provider.https
 

Classes in org.apache.commons.vfs.provider.https that implement FileNameParser
 class HttpsFileNameParser
          Implementation for http. set default port to 80
 

Methods in org.apache.commons.vfs.provider.https that return FileNameParser
static FileNameParser HttpsFileNameParser.getInstance()
           
 

Uses of FileNameParser in org.apache.commons.vfs.provider.local
 

Classes in org.apache.commons.vfs.provider.local that implement FileNameParser
 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.vfs.provider.sftp
 

Classes in org.apache.commons.vfs.provider.sftp that implement FileNameParser
 class SftpFileNameParser
          Implementation for sftp. set default port to 22
 

Methods in org.apache.commons.vfs.provider.sftp that return FileNameParser
static FileNameParser SftpFileNameParser.getInstance()
           
 

Uses of FileNameParser in org.apache.commons.vfs.provider.url
 

Classes in org.apache.commons.vfs.provider.url that implement FileNameParser
 class UrlFileNameParser
          Implementation for any java.net.url based filesystem.
 



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.