Package com.mt_ag.jar.module
Class CallResult
- java.lang.Object
-
- com.mt_ag.jar.module.CallResult
-
public class CallResult extends Object
The result of the call. The exit value and the written lines.
-
-
Constructor Summary
Constructors Constructor Description CallResult(int exitValue, List<String> lines)
The constructor with all fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExitVal()
Gets the exit val.List<String>
getOutLines()
Gets the out lines.
-