public interface ProcessProxy
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErr()
get the erro output of the process
|
java.lang.Integer |
getExit()
get the return code
|
java.lang.String |
getOutput()
get the output of the process
|
boolean |
wasTerminated()
did the process time-out or killed via interrupt
|
java.lang.String getOutput()
java.lang.String getErr()
java.lang.Integer getExit()
boolean wasTerminated()