public class SyncExecutionResultDefault extends Object implements SyncExecutionResult
| Constructor and Description |
|---|
SyncExecutionResultDefault(int exitCode,
List<String> outLines,
List<String> errLines) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
The exit code of the program.
|
List<String> |
getSystemErrLines()
The System standard errors produced by the
executed program.
|
List<String> |
getSystemOutLines()
The System standard output produced by the
executed program.
|
String |
toString() |
public int getExitCode()
SyncExecutionResultgetExitCode in interface SyncExecutionResultpublic List<String> getSystemOutLines()
SyncExecutionResult
Note that those lines will be available only
if the ExecutionOutputStrategy.BUFFER strategy
is used!
getSystemOutLines in interface SyncExecutionResultpublic List<String> getSystemErrLines()
SyncExecutionResult
Note that those lines will be available only
if the ExecutionOutputStrategy.BUFFER strategy
is used!
getSystemErrLines in interface SyncExecutionResultCopyright © 2019. All rights reserved.