Class SshEndpointBuilderFactory.SshHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.SshEndpointBuilderFactory.SshHeaderNameBuilder
- Enclosing interface:
SshEndpointBuilderFactory
The builder of headers' name for the SSH component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe value of this header is the exit value that is returned, after the execution.The password.The value of this header is a InputStream with the standard error stream of the executable.The user name.
-
Constructor Details
-
SshHeaderNameBuilder
public SshHeaderNameBuilder()
-
-
Method Details
-
sshUsername
The user name. The option is a:String
type. Group: common- Returns:
- the name of the header
SshUsername
.
-
sshPassword
The password. The option is a:String
type. Group: common- Returns:
- the name of the header
SshPassword
.
-
sshStderr
The value of this header is a InputStream with the standard error stream of the executable. The option is a:InputStream
type. Group: common- Returns:
- the name of the header
SshStderr
.
-
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:Integer
type. Group: common- Returns:
- the name of the header
SshExitValue
.
-