TUM CCSM Commons

edu.tum.cs.commons.io
Class ProcessUtils.ExecutionResult

java.lang.Object
  extended by edu.tum.cs.commons.io.ProcessUtils.ExecutionResult
Enclosing class:
ProcessUtils

public static class ProcessUtils.ExecutionResult
extends java.lang.Object

Parameter object that encapsulates the result of a process execution. This object is immutable.


Method Summary
 int getReturnCode()
          Returns returnCode.
 java.lang.String getStderr()
          Returns stderr.
 java.lang.String getStdout()
          Returns stdout.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStdout

public java.lang.String getStdout()
Returns stdout.


getStderr

public java.lang.String getStderr()
Returns stderr.


getReturnCode

public int getReturnCode()
Returns returnCode.


TUM CCSM Commons

TUM CCSM Commons - 2.7