-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Result
public Result(int exitCode,
String standardOutput,
String errorOutput)
-
Method Details
-
getExitCode
public int getExitCode()
-
getStandardOutput
public String getStandardOutput()
-
getErrorOutput
public String getErrorOutput()
-
-
-