Class CommandEngineProcessor
java.lang.Object
org.eclipse.dirigible.engine.command.processor.CommandEngineProcessor
public class CommandEngineProcessor extends Object
The Command Engine Processor.
-
Constructor Summary
Constructors Constructor Description CommandEngineProcessor() -
Method Summary
Modifier and Type Method Description ObjectexecuteService(String module)Execute the command.
-
Constructor Details
-
CommandEngineProcessor
public CommandEngineProcessor()
-
-
Method Details
-
executeService
Execute the command.- Parameters:
module- the module- Returns:
- the object
- Throws:
ScriptingException- the scripting exception
-