Class ScriptEngineExecutorFactory
java.lang.Object
org.eclipse.dirigible.engine.api.script.ScriptEngineExecutorFactory
public class ScriptEngineExecutorFactory extends Object
A factory for creating ScriptEngineExecutor objects.
-
Constructor Summary
Constructors Constructor Description ScriptEngineExecutorFactory() -
Method Summary
Modifier and Type Method Description static Set<String>getEnginesTypes()static IScriptEngineExecutorgetScriptEngineExecutor(String type)Gets the script engine executor.
-
Constructor Details
-
ScriptEngineExecutorFactory
public ScriptEngineExecutorFactory()
-
-
Method Details
-
getScriptEngineExecutor
Gets the script engine executor.- Parameters:
type- the type- Returns:
- the script engine executor
-
getEnginesTypes
-