public interface SyncExecutionResult
executeSync.| 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.
|
int getExitCode()
List<String> getSystemOutLines()
Note that those lines will be available only
if the ExecutionOutputStrategy.BUFFER strategy
is used!
List<String> getSystemErrLines()
Note that those lines will be available only
if the ExecutionOutputStrategy.BUFFER strategy
is used!
Copyright © 2019. All rights reserved.