public interface ScriptingLanguageShell
ScriptingLanguageExecutor| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eval(java.util.Map<java.lang.String,java.lang.Object> ctx,
java.lang.String script)
Evaluates provided script and passes provided context object into proper Scripting Language shell.
|
java.lang.Object eval(java.util.Map<java.lang.String,java.lang.Object> ctx,
java.lang.String script)
throws ScriptCompilationException
ctx - the context object which holds external variablesscript - the script bodyScriptCompilationException - the script compilation exception when script body contains syntax errorsCopyright © 2018 SAP SE. All Rights Reserved.