com.maverick.vfs.ssh
Class SftpFileSystemConfigBuilder

java.lang.Object
  extended by org.apache.commons.vfs2.FileSystemConfigBuilder
      extended by org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
          extended by com.maverick.vfs.ssh.SftpFileSystemConfigBuilder

public class SftpFileSystemConfigBuilder
extends org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder


Method Summary
 String getCharset(org.apache.commons.vfs2.FileSystemOptions opts)
           
 String getCompression(org.apache.commons.vfs2.FileSystemOptions opts)
           
protected  Class getConfigClass()
           
 HostKeyVerification getHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts)
           
 File[] getIdentities(org.apache.commons.vfs2.FileSystemOptions opts)
           
static SftpFileSystemConfigBuilder getInstance()
           
 File getKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts)
           
 SshClient getSshClient(org.apache.commons.vfs2.FileSystemOptions opts)
           
 void setCharset(org.apache.commons.vfs2.FileSystemOptions opts, String charset)
           
 void setCompression(org.apache.commons.vfs2.FileSystemOptions opts, String compression)
           
 void setHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts, HostKeyVerification hostKeyVerification)
           
 void setIdentities(org.apache.commons.vfs2.FileSystemOptions opts, File[] identities)
           
 void setKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts, File sshdir)
           
 void setSshClient(org.apache.commons.vfs2.FileSystemOptions opts, SshClient sshClient)
           
 
Methods inherited from class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
getUserAuthenticator, setUserAuthenticator
 
Methods inherited from class org.apache.commons.vfs2.FileSystemConfigBuilder
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setRootURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SftpFileSystemConfigBuilder getInstance()

setKnownHosts

public void setKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts,
                          File sshdir)

getKnownHosts

public File getKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts)

setHostKeyVerification

public void setHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts,
                                   HostKeyVerification hostKeyVerification)

getHostKeyVerification

public HostKeyVerification getHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts)

setSshClient

public void setSshClient(org.apache.commons.vfs2.FileSystemOptions opts,
                         SshClient sshClient)

getSshClient

public SshClient getSshClient(org.apache.commons.vfs2.FileSystemOptions opts)

setCharset

public void setCharset(org.apache.commons.vfs2.FileSystemOptions opts,
                       String charset)

getCharset

public String getCharset(org.apache.commons.vfs2.FileSystemOptions opts)

setIdentities

public void setIdentities(org.apache.commons.vfs2.FileSystemOptions opts,
                          File[] identities)

setCompression

public void setCompression(org.apache.commons.vfs2.FileSystemOptions opts,
                           String compression)

getCompression

public String getCompression(org.apache.commons.vfs2.FileSystemOptions opts)

getIdentities

public File[] getIdentities(org.apache.commons.vfs2.FileSystemOptions opts)

getConfigClass

protected Class getConfigClass()
Overrides:
getConfigClass in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder


Copyright © 2013. All Rights Reserved.