Interface SshConstants


  • public interface SshConstants
    • Field Detail

      • USERNAME_HEADER

        @Metadata(description="The user name",
                  javaType="String")
        static final String USERNAME_HEADER
        See Also:
        Constant Field Values
      • PASSWORD_HEADER

        @Metadata(description="The password",
                  javaType="String")
        static final String PASSWORD_HEADER
        See Also:
        Constant Field Values
      • STDERR

        @Metadata(javaType="InputStream")
        static final String STDERR
        The value of this header is a InputStream with the standard error stream of the executable.
        See Also:
        Constant Field Values
      • EXIT_VALUE

        @Metadata(javaType="Integer")
        static final String 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:
        Constant Field Values