public interface ScriptExecutionResult
| Modifier and Type | Method and Description |
|---|---|
Writer |
getErrorWriter()
Writer which handles script sdt error.
|
Writer |
getOutputWriter()
Writer which handles std out.
|
Object |
getScriptResult()
Possible script execution result.
|
boolean |
isSuccessful()
Return information whether execution was successful.
|
Object getScriptResult()
Writer getOutputWriter()
Writer getErrorWriter()
boolean isSuccessful()
Copyright © 2017 SAP SE. All Rights Reserved.