public class KettleSftpFileSystemConfigBuilder extends KettleGenericFileSystemConfigBuilder
Parameter | Description |
---|---|
AuthKeyPassphrase | The passphrase that unlocks the private key. (Recommended on a per host basis, unless the passphrase is the same for ALL authentication keys) |
identity | Local file path (Not VFS) to the private key for authentication. |
Modifier | Constructor and Description |
---|---|
protected |
KettleSftpFileSystemConfigBuilder() |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends org.apache.commons.vfs2.FileSystem> |
getConfigClass() |
static KettleSftpFileSystemConfigBuilder |
getInstance() |
void |
setParameter(org.apache.commons.vfs2.FileSystemOptions opts,
String name,
String value,
String fullParameterName,
String vfsUrl)
Publicly expose a generic way to set parameters
|
extractScheme, parseParameterName
getBoolean, 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, setRootURI
public static KettleSftpFileSystemConfigBuilder getInstance()
protected Class<? extends org.apache.commons.vfs2.FileSystem> getConfigClass()
getConfigClass
in class KettleGenericFileSystemConfigBuilder
public void setParameter(org.apache.commons.vfs2.FileSystemOptions opts, String name, String value, String fullParameterName, String vfsUrl) throws IOException
setParameter
in interface IKettleFileSystemConfigBuilder
setParameter
in class KettleGenericFileSystemConfigBuilder
IOException
Copyright © 2019 Hitachi Vantara. All rights reserved.