Class SshEndpointBuilderFactory.SshHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.SshEndpointBuilderFactory.SshHeaderNameBuilder
-
- Enclosing interface:
- SshEndpointBuilderFactory
public static class SshEndpointBuilderFactory.SshHeaderNameBuilder extends Object
The builder of headers' name for the SSH component.
-
-
Constructor Summary
Constructors Constructor Description SshHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsshExitValue()The value of this header is the exit value that is returned, after the execution.StringsshPassword()The password.StringsshStderr()The value of this header is a InputStream with the standard error stream of the executable.StringsshUsername()The user name.
-
-
-
Method Detail
-
sshUsername
public String sshUsername()
The user name. The option is a:Stringtype. Group: common- Returns:
- the name of the header
SshUsername.
-
sshPassword
public String sshPassword()
The password. The option is a:Stringtype. Group: common- Returns:
- the name of the header
SshPassword.
-
sshStderr
public String sshStderr()
The value of this header is a InputStream with the standard error stream of the executable. The option is a:InputStreamtype. Group: common- Returns:
- the name of the header
SshStderr.
-
sshExitValue
public String sshExitValue()
The value of this header is the exit value that is returned, after the execution. By convention a non-zero status exit value indicates abnormal termination. Note that the exit value is OS dependent. The option is a:Integertype. Group: common- Returns:
- the name of the header
SshExitValue.
-
-