public class ExecutionResult extends Object
| Constructor and Description |
|---|
ExecutionResult(int returnCode,
String stdOut,
String errOut) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorOut() |
int |
getReturnCode() |
String |
getStdOut() |
void |
setErrorOut(String errorOut) |
void |
setReturnCode(int returnCode) |
void |
setStdOut(String stdOut) |
Copyright © 2015. All rights reserved.