public class ScriptEngineExecutorsManager extends Object
| Constructor and Description |
|---|
ScriptEngineExecutorsManager() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
executeServiceCode(String engineType,
String code,
Map<Object,Object> executionContext)
Execute service code.
|
static Object |
executeServiceModule(String engineType,
String module,
Map<Object,Object> executionContext)
Execute service module.
|
public static Object executeServiceModule(String engineType, String module, Map<Object,Object> executionContext) throws ScriptingException
engineType - the engine typemodule - the moduleexecutionContext - the execution contextScriptingException - the scripting exceptionpublic static Object executeServiceCode(String engineType, String code, Map<Object,Object> executionContext) throws ScriptingException
engineType - the engine typecode - the codeexecutionContext - the execution contextScriptingException - the scripting exceptionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.