Package 

Class Shell.Result

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int JOB_NOT_EXECUTED
    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getOut() Get the output of STDOUT.
      abstract List<String> getErr() Get the output of STDERR.
      abstract int getCode() Get the return code of the job.
      boolean isSuccess() Whether the job succeeded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait