public class SftpFileSystemConfigBuilder
extends org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharset(org.apache.commons.vfs2.FileSystemOptions opts) |
java.lang.String |
getCompression(org.apache.commons.vfs2.FileSystemOptions opts) |
protected java.lang.Class |
getConfigClass() |
HostKeyVerification |
getHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts) |
java.io.File[] |
getIdentities(org.apache.commons.vfs2.FileSystemOptions opts) |
static SftpFileSystemConfigBuilder |
getInstance() |
java.io.File |
getKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts) |
SshClient |
getSshClient(org.apache.commons.vfs2.FileSystemOptions opts) |
void |
setCharset(org.apache.commons.vfs2.FileSystemOptions opts,
java.lang.String charset) |
void |
setCompression(org.apache.commons.vfs2.FileSystemOptions opts,
java.lang.String compression) |
void |
setHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts,
HostKeyVerification hostKeyVerification) |
void |
setIdentities(org.apache.commons.vfs2.FileSystemOptions opts,
java.io.File[] identities) |
void |
setKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts,
java.io.File sshdir) |
void |
setSshClient(org.apache.commons.vfs2.FileSystemOptions opts,
SshClient sshClient) |
getUserAuthenticator, setUserAuthenticatorgetBoolean, 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, setRootURIpublic static SftpFileSystemConfigBuilder getInstance()
public void setKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts,
java.io.File sshdir)
public java.io.File getKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts)
public void setHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts,
HostKeyVerification hostKeyVerification)
public HostKeyVerification getHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts)
public void setSshClient(org.apache.commons.vfs2.FileSystemOptions opts,
SshClient sshClient)
public SshClient getSshClient(org.apache.commons.vfs2.FileSystemOptions opts)
public void setCharset(org.apache.commons.vfs2.FileSystemOptions opts,
java.lang.String charset)
public java.lang.String getCharset(org.apache.commons.vfs2.FileSystemOptions opts)
public void setIdentities(org.apache.commons.vfs2.FileSystemOptions opts,
java.io.File[] identities)
public void setCompression(org.apache.commons.vfs2.FileSystemOptions opts,
java.lang.String compression)
public java.lang.String getCompression(org.apache.commons.vfs2.FileSystemOptions opts)
public java.io.File[] getIdentities(org.apache.commons.vfs2.FileSystemOptions opts)
protected java.lang.Class getConfigClass()
getConfigClass in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilderCopyright © 2012. All Rights Reserved.