public class CommandExecutorImpl extends Object implements CommandExecutor
Constructor and Description |
---|
CommandExecutorImpl() |
CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration,
List<String> mappingFiles) |
Modifier and Type | Method and Description |
---|---|
<T> T |
executeCommand(Command<T> command)
Execute the given command and return the result
of the execution
|
public CommandExecutorImpl()
public CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration, List<String> mappingFiles)
public <T> T executeCommand(Command<T> command)
CommandExecutor
executeCommand
in interface CommandExecutor
Copyright © 2015. All rights reserved.