Package com.consol.citrus.ftp.client
Class ScpEndpointConfiguration
- java.lang.Object
-
- com.consol.citrus.endpoint.AbstractEndpointConfiguration
-
- com.consol.citrus.endpoint.AbstractPollableEndpointConfiguration
-
- com.consol.citrus.ftp.client.FtpEndpointConfiguration
-
- com.consol.citrus.ftp.client.SftpEndpointConfiguration
-
- com.consol.citrus.ftp.client.ScpEndpointConfiguration
-
- All Implemented Interfaces:
com.consol.citrus.endpoint.EndpointConfiguration,com.consol.citrus.endpoint.PollableEndpointConfiguration
public class ScpEndpointConfiguration extends SftpEndpointConfiguration
- Since:
- 2.7.6
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description ScpEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPortOption()Gets the portOption.PrintStreamgetStderr()Gets the stderr.InputStreamgetStdin()Gets the stdin.PrintStreamgetStdout()Gets the stdout.voidsetPortOption(String portOption)Sets the portOption.voidsetStderr(PrintStream stderr)Sets the stderr.voidsetStdin(InputStream stdin)Sets the stdin.voidsetStdout(PrintStream stdout)Sets the stdout.-
Methods inherited from class com.consol.citrus.ftp.client.SftpEndpointConfiguration
getKnownHosts, getPreferredAuthentications, getPrivateKeyPassword, getPrivateKeyPath, getSessionConfigs, isStrictHostChecking, setKnownHosts, setPreferredAuthentications, setPrivateKeyPassword, setPrivateKeyPath, setSessionConfigs, setStrictHostChecking
-
Methods inherited from class com.consol.citrus.ftp.client.FtpEndpointConfiguration
getAutoHandleCommands, getCorrelator, getErrorHandlingStrategy, getHost, getMarshaller, getPassword, getPort, getUser, isAutoConnect, isAutoLogin, isAutoReadFiles, isLocalPassiveMode, setAutoConnect, setAutoHandleCommands, setAutoLogin, setAutoReadFiles, setCorrelator, setErrorHandlingStrategy, setHost, setLocalPassiveMode, setMarshaller, setPassword, setPort, setUser
-
Methods inherited from class com.consol.citrus.endpoint.AbstractPollableEndpointConfiguration
getPollingInterval, setPollingInterval
-
Methods inherited from class com.consol.citrus.endpoint.AbstractEndpointConfiguration
getTimeout, setTimeout
-
-
-
-
Method Detail
-
getStdin
public InputStream getStdin()
Gets the stdin.- Returns:
-
setStdin
public void setStdin(InputStream stdin)
Sets the stdin.- Parameters:
stdin-
-
getStdout
public PrintStream getStdout()
Gets the stdout.- Returns:
-
setStdout
public void setStdout(PrintStream stdout)
Sets the stdout.- Parameters:
stdout-
-
getStderr
public PrintStream getStderr()
Gets the stderr.- Returns:
-
setStderr
public void setStderr(PrintStream stderr)
Sets the stderr.- Parameters:
stderr-
-
getPortOption
public String getPortOption()
Gets the portOption.- Returns:
-
setPortOption
public void setPortOption(String portOption)
Sets the portOption.- Parameters:
portOption-
-
-