|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.commons.io.ProcessUtils.ExecutionResult
public static class ProcessUtils.ExecutionResult
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 |
---|
public java.lang.String getStdout()
public java.lang.String getStderr()
public int getReturnCode()
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |