Class ExecChannel

    • Method Detail

      • getInput

        public OutputStream getInput()
        Returns:
        the command's stdin stream.
      • getError

        public InputStream getError()
        Returns:
        the command's stderr stream.
      • getOutput

        public InputStream getOutput()
        Returns:
        the command's stdout stream.
      • getExitStatus

        public com.google.common.base.Supplier<Integer> getExitStatus()
        Returns:
        the exit status of the command if it was received, or null if this information was not received.