org.apache.commons.vfs.provider.sftp
Class SftpFileNameParser

java.lang.Object
  extended byorg.apache.commons.vfs.provider.AbstractFileNameParser
      extended byorg.apache.commons.vfs.provider.HostFileNameParser
          extended byorg.apache.commons.vfs.provider.URLFileNameParser
              extended byorg.apache.commons.vfs.provider.sftp.SftpFileNameParser
All Implemented Interfaces:
FileNameParser

public class SftpFileNameParser
extends URLFileNameParser

Implementation for sftp. set default port to 22


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

Constructor Detail

SftpFileNameParser

public SftpFileNameParser()
Method Detail

getInstance

public static FileNameParser getInstance()


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