org.apache.camel.component.jsch
Class ScpConfiguration

java.lang.Object
  extended by org.apache.camel.component.file.GenericFileConfiguration
      extended by org.apache.camel.component.file.remote.RemoteFileConfiguration
          extended by org.apache.camel.component.jsch.ScpConfiguration

public class ScpConfiguration
extends org.apache.camel.component.file.remote.RemoteFileConfiguration

Secure FTP configuration


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration
org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
 
Field Summary
static String DEFAULT_MOD
           
static int DEFAULT_SFTP_PORT
           
 
Fields inherited from class org.apache.camel.component.file.GenericFileConfiguration
directory
 
Constructor Summary
ScpConfiguration()
           
ScpConfiguration(URI uri)
           
 
Method Summary
 String getChmod()
           
 String getCiphers()
           
 int getCompression()
           
 String getKnownHostsFile()
           
 String getPrivateKeyFile()
           
 String getPrivateKeyFilePassphrase()
           
 int getServerAliveCountMax()
           
 int getServerAliveInterval()
           
 String getStrictHostKeyChecking()
           
 void setChmod(String chmod)
           
 void setCiphers(String ciphers)
           
 void setCompression(int compression)
           
protected  void setDefaultPort()
           
 void setKnownHostsFile(String knownHostsFile)
           
 void setPrivateKeyFile(String privateKeyFile)
           
 void setPrivateKeyFilePassphrase(String privateKeyFilePassphrase)
           
 void setServerAliveCountMax(int serverAliveCountMax)
           
 void setServerAliveInterval(int serverAliveInterval)
           
 void setStrictHostKeyChecking(String strictHostKeyChecking)
           
 
Methods inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration
configure, getConnectTimeout, getHost, getPassword, getPort, getProtocol, getSeparator, getSiteCommand, getSoTimeout, getTimeout, getUsername, isBinary, isIgnoreFileNotFoundOrPermissionError, isPassiveMode, isStepwise, isStreamDownload, isThrowExceptionOnConnectFailed, isUseList, needToNormalize, normalizePath, remoteServerInformation, setBinary, setConnectTimeout, setHost, setIgnoreFileNotFoundOrPermissionError, setPassiveMode, setPassword, setPort, setProtocol, setSeparator, setSiteCommand, setSoTimeout, setStepwise, setStreamDownload, setThrowExceptionOnConnectFailed, setTimeout, setUseList, setUsername
 
Methods inherited from class org.apache.camel.component.file.GenericFileConfiguration
getDirectory, setDirectory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_SFTP_PORT

public static final int DEFAULT_SFTP_PORT
See Also:
Constant Field Values

DEFAULT_MOD

public static final String DEFAULT_MOD
See Also:
Constant Field Values
Constructor Detail

ScpConfiguration

public ScpConfiguration()

ScpConfiguration

public ScpConfiguration(URI uri)
Method Detail

setDefaultPort

protected void setDefaultPort()
Specified by:
setDefaultPort in class org.apache.camel.component.file.remote.RemoteFileConfiguration

getKnownHostsFile

public String getKnownHostsFile()

setKnownHostsFile

public void setKnownHostsFile(String knownHostsFile)

getPrivateKeyFile

public String getPrivateKeyFile()

setPrivateKeyFile

public void setPrivateKeyFile(String privateKeyFile)

getPrivateKeyFilePassphrase

public String getPrivateKeyFilePassphrase()

setPrivateKeyFilePassphrase

public void setPrivateKeyFilePassphrase(String privateKeyFilePassphrase)

getStrictHostKeyChecking

public String getStrictHostKeyChecking()

setStrictHostKeyChecking

public void setStrictHostKeyChecking(String strictHostKeyChecking)

setServerAliveInterval

public void setServerAliveInterval(int serverAliveInterval)

getServerAliveInterval

public int getServerAliveInterval()

setServerAliveCountMax

public void setServerAliveCountMax(int serverAliveCountMax)

getServerAliveCountMax

public int getServerAliveCountMax()

setChmod

public void setChmod(String chmod)

getChmod

public String getChmod()

setCiphers

public void setCiphers(String ciphers)

getCiphers

public String getCiphers()

getCompression

public int getCompression()

setCompression

public void setCompression(int compression)


Apache Camel