public static class ShellCommandUtil.Result extends Object
Constructor and Description |
---|
Result(int exitCode,
String stdout,
String stderr) |
Modifier and Type | Method and Description |
---|---|
int |
getExitCode() |
String |
getStderr() |
String |
getStdout() |
boolean |
isSuccessful() |
Copyright © 2022 Apache Software Foundation. All rights reserved.