public class CommandResult extends Object
| Constructor and Description |
|---|
CommandResult(String commandLine,
int exitCode,
String stdout,
String stderr,
String stdouterr) |
| Modifier and Type | Method and Description |
|---|---|
String |
commandLine() |
int |
exitCode() |
String |
stderr() |
String |
stdout() |
String |
stdouterr() |
Copyright © 2017. All rights reserved.