public static class CommandRunner.CommandOutput extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
error
Error messages generated.
|
byte[] |
errorBytes
Output written by the commandin the stderr (in bytes).
|
int |
exitCode
Program's exit code.
|
String |
output
Output generated by the command.
|
byte[] |
outputBytes
Output generated by the command (in bytes).
|
boolean |
timedOut
Has the program timed out?
|
| Constructor and Description |
|---|
CommandOutput() |
public String output
public String error
public byte[] outputBytes
public byte[] errorBytes
public int exitCode
public boolean timedOut
Copyright © 2015. All rights reserved.