public interface ScriptingLanguageShell
ScriptingLanguageExecutor| Modifier and Type | Method and Description |
|---|---|
Object |
eval(Map<String,Object> ctx,
String script)
Evaluates provided script and passes provided context object into proper Scripting Language shell.
|
Object eval(Map<String,Object> ctx, 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 © 2017 SAP SE. All Rights Reserved.