|
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. |
String |
getStderr()
Returns stderr. |
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 String getStdout()
public String getStderr()
public int getReturnCode()
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||