public class CommandRunner.ExecuteResult extends Object
| Constructor and Description |
|---|
ExecuteResult(int exitCode,
String stdout,
String stderr) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
Returns the exit code of the command execution.
|
String |
getStderr()
Returns the text written to STDERR.
|
String |
getStdout()
Returns the text written to STDOUT.
|
public int getExitCode()
public String getStderr()
public String getStdout()
Copyright © 2020 Philip Helger. All rights reserved.