Class SshResult


  • public class SshResult
    extends Object
    • Field Detail

      • EXIT_VALUE

        public 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