public static class ProcessExecutor.ExitStatusAndOutput extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
exitStatus |
String |
stderr
May be null if interleaved
|
String |
stdout |
| Constructor and Description |
|---|
ExitStatusAndOutput(int exitStatus,
String stdout,
String stderr) |