Class ProcessUtils.ProcessResult

  • Enclosing class:
    ProcessUtils

    public static class ProcessUtils.ProcessResult
    extends Object
    • Method Detail

      • getExitValue

        public int getExitValue()
        Get the exit value of the process.
        Returns:
        Returns the errorResult
      • getStdout

        public String getStdout()
        Get the standard output of the process
        Returns:
        Returns the stdout
      • getStderr

        public String getStderr()
        Get the standard error of the process
        Returns:
        Returns the stderr