Package org.activiti.engine.impl.util
Interface CommandExecutor
-
- All Known Implementing Classes:
ShellCommandExecutor
@Internal public interface CommandExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteCommand(DelegateExecution execution)
-
-
-
Method Detail
-
executeCommand
void executeCommand(DelegateExecution execution) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-