Package org.apache.camel.component.ssh
Interface SshConstants
public interface SshConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe value of this header is the exit value that is returned, after the execution.static final Stringstatic final StringThe value of this header is aInputStreamwith the standard error stream of the executable.static final String
-
Field Details
-
USERNAME_HEADER
- See Also:
-
PASSWORD_HEADER
- See Also:
-
STDERR
The value of this header is aInputStreamwith the standard error stream of the executable.- See Also:
-
EXIT_VALUE
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.- See Also:
-