com.maverick.vfs.ssh
Class SftpFileNameParser

java.lang.Object
  extended by org.apache.commons.vfs2.provider.AbstractFileNameParser
      extended by org.apache.commons.vfs2.provider.HostFileNameParser
          extended by org.apache.commons.vfs2.provider.URLFileNameParser
              extended by com.maverick.vfs.ssh.SftpFileNameParser
All Implemented Interfaces:
org.apache.commons.vfs2.provider.FileNameParser

public class SftpFileNameParser
extends org.apache.commons.vfs2.provider.URLFileNameParser


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
org.apache.commons.vfs2.provider.HostFileNameParser.Authority
 
Constructor Summary
SftpFileNameParser()
           
 
Method Summary
static org.apache.commons.vfs2.provider.FileNameParser getInstance()
           
 
Methods inherited from class org.apache.commons.vfs2.provider.URLFileNameParser
encodeCharacter, parseUri
 
Methods inherited from class org.apache.commons.vfs2.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 org.apache.commons.vfs2.provider.FileNameParser getInstance()


Copyright © 2012. All Rights Reserved.