com.maverick.vfs.ssh
Class SftpFileSystemConfigBuilder
java.lang.Object
org.apache.commons.vfs2.FileSystemConfigBuilder
org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
public class SftpFileSystemConfigBuilder
- extends org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
| 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 |
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 © 2012. All Rights Reserved.