org.apache.commons.vfs.provider.ftp
Class FtpFileNameParser

java.lang.Object
  extended byorg.apache.commons.vfs.provider.AbstractFileNameParser
      extended byorg.apache.commons.vfs.provider.HostFileNameParser
          extended byorg.apache.commons.vfs.provider.ftp.FtpFileNameParser
All Implemented Interfaces:
FileNameParser

public class FtpFileNameParser
extends HostFileNameParser

Implementation for ftp. set default port to 21


Nested Class Summary
 
Nested classes inherited from class org.apache.commons.vfs.provider.HostFileNameParser
HostFileNameParser.Authority
 
Constructor Summary
FtpFileNameParser()
           
 
Method Summary
static FileNameParser getInstance()
           
 
Methods inherited from class org.apache.commons.vfs.provider.HostFileNameParser
encodeCharacter, extractHostName, extractPort, extractToPath, extractUserInfo, getDefaultPort, parseUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpFileNameParser

public FtpFileNameParser()
Method Detail

getInstance

public static FileNameParser getInstance()


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