public static final class ShellUtils.Result extends Object
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
int |
exitValue() |
Exception |
getException() |
String |
stderr() |
String |
stderr(String charsetName) |
String |
stdout() |
String |
stdout(String charsetName) |
boolean |
success() |
String |
toString() |
String |
toString(String charsetName) |
Copyright © 2016 jetbrick. All rights reserved.