public class SftpFileSystemConfigBuilder
extends org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset(org.apache.commons.vfs2.FileSystemOptions opts) |
String |
getCompression(org.apache.commons.vfs2.FileSystemOptions opts) |
protected Class<SftpFileSystem> |
getConfigClass() |
HostKeyVerification |
getHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts) |
static SftpFileSystemConfigBuilder |
getInstance() |
File |
getKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts) |
String |
getPassphrase(org.apache.commons.vfs2.FileSystemOptions opts) |
String |
getPrivateKey(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 |
setKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts,
File sshdir) |
void |
setPassphrase(org.apache.commons.vfs2.FileSystemOptions opts,
String passphrase) |
void |
setPrivateKey(org.apache.commons.vfs2.FileSystemOptions opts,
String privateKey) |
void |
setSshClient(org.apache.commons.vfs2.FileSystemOptions opts,
SshClient sshClient) |
getUserAuthenticator, setUserAuthenticatorgetBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURIpublic static SftpFileSystemConfigBuilder getInstance()
public void setKnownHosts(org.apache.commons.vfs2.FileSystemOptions opts,
File sshdir)
public 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,
String charset)
public String getCharset(org.apache.commons.vfs2.FileSystemOptions opts)
public void setCompression(org.apache.commons.vfs2.FileSystemOptions opts,
String compression)
public String getCompression(org.apache.commons.vfs2.FileSystemOptions opts)
public String getPrivateKey(org.apache.commons.vfs2.FileSystemOptions opts)
public String getPassphrase(org.apache.commons.vfs2.FileSystemOptions opts)
public void setPrivateKey(org.apache.commons.vfs2.FileSystemOptions opts,
String privateKey)
public void setPassphrase(org.apache.commons.vfs2.FileSystemOptions opts,
String passphrase)
protected Class<SftpFileSystem> getConfigClass()
getConfigClass in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilderCopyright © 2025. All rights reserved.