public class CommandExecutorResult extends Object
Constructor and Description |
---|
CommandExecutorResult(int exitValue,
String standardOutput,
String errorOutput) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorOutput() |
int |
getExitValue() |
String |
getStandardOutput() |