Class SftpFileNameParser
java.lang.Object
org.apache.commons.vfs2.provider.AbstractFileNameParser
org.apache.commons.vfs2.provider.HostFileNameParser
org.apache.commons.vfs2.provider.URLFileNameParser
org.apache.commons.vfs2.provider.sftp.SftpFileNameParser
- All Implemented Interfaces:
- FileNameParser
Implementation for SFTP. Sets the default port to 22.
- 
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.URLFileNameParserencodeCharacter, parseUriMethods inherited from class org.apache.commons.vfs2.provider.HostFileNameParserextractHostName, extractPort, extractToPath, extractToPath, extractUserInfo, getDefaultPort
- 
Constructor Details- 
SftpFileNameParserpublic SftpFileNameParser()Constructs a new instance with the default port 22.
 
- 
- 
Method Details- 
getInstanceGets the singleton instance.- Returns:
- the singleton instance.
 
 
-