Class Java.Result

  • Enclosing class:
    Java

    public static class Java.Result
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(java.lang.Process process)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErr()  
      int getExitCode()  
      java.lang.String getOut()  
      • Methods inherited from class java.lang.Object

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

      • Result

        public Result​(java.lang.Process process)
               throws java.lang.InterruptedException,
                      java.util.concurrent.ExecutionException
        Throws:
        java.lang.InterruptedException
        java.util.concurrent.ExecutionException
    • Method Detail

      • getOut

        public java.lang.String getOut()
      • getErr

        public java.lang.String getErr()
      • getExitCode

        public int getExitCode()