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