|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.emory.mathcs.util.natives.ExecUtils.CmdResult
Represents the result of a native command. Consists of the process exit value together with stdout and stderr dumped to strings.
Method Summary | |
java.lang.String |
getErr()
|
int |
getExitValue()
|
java.lang.String |
getOut()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getExitValue()
public java.lang.String getOut()
public java.lang.String getErr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |