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 Details

    • SshHeaderNameBuilder

      public SshHeaderNameBuilder()
  • Method Details

    • sshUsername

      public String sshUsername()
      The user name. The option is a: String type. Group: common
      Returns:
      the name of the header SshUsername.
    • sshPassword

      public String sshPassword()
      The password. The option is a: String type. 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: InputStream type. 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: Integer type. Group: common
      Returns:
      the name of the header SshExitValue.