Package org.eclipse.dirigible.engine.api
Class EngineExecutorFactory
java.lang.Object
org.eclipse.dirigible.engine.api.EngineExecutorFactory
public class EngineExecutorFactory extends Object
A factory for creating EngineExecutor objects.
-
Constructor Summary
Constructors Constructor Description EngineExecutorFactory() -
Method Summary
Modifier and Type Method Description static IEngineExecutorgetEngineExecutor(String type)Gets the engine executor.static Set<String>getEnginesNames()Gets the engines names.static Set<String>getEnginesTypes()Gets the engines types.
-
Constructor Details
-
EngineExecutorFactory
public EngineExecutorFactory()
-
-
Method Details
-
getEngineExecutor
Gets the engine executor.- Parameters:
type- the type- Returns:
- the engine executor
-
getEnginesTypes
Gets the engines types.- Returns:
- the engines types
-
getEnginesNames
Gets the engines names.- Returns:
- the engines names
-