Class ProcessUtils.ProcessResult

  • Enclosing class:
    ProcessUtils

    public static class ProcessUtils.ProcessResult
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()  
      java.lang.String getStderr()  
      java.lang.String getStdout()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCode

        public int getCode()
      • getStdout

        public java.lang.String getStdout()
      • getStderr

        public java.lang.String getStderr()