Class FtpFileNameParser
java.lang.Object
org.apache.commons.vfs2.provider.AbstractFileNameParser
org.apache.commons.vfs2.provider.HostFileNameParser
org.apache.commons.vfs2.provider.ftp.FtpFileNameParser
- All Implemented Interfaces:
- FileNameParser
Implementation for FTP. Default port is 21.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParserHostFileNameParser.Authority
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.commons.vfs2.provider.HostFileNameParserextractHostName, extractPort, extractToPath, extractToPath, extractUserInfo, getDefaultPort, parseUriMethods inherited from class org.apache.commons.vfs2.provider.AbstractFileNameParserencodeCharacter
- 
Constructor Details- 
FtpFileNameParserpublic FtpFileNameParser()Constructs a new instance with the default port.
 
- 
- 
Method Details- 
getInstanceGets the singleton instance.- Returns:
- the singleton instance.
 
 
-