public interface CommandExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BaseCommand command) |
void execute(BaseCommand command) throws CommandExecutionException
command - the command that is to be executedCommandExecutionException - when the executor failed to execute the commandCopyright © 2019 The Apache Software Foundation. All rights reserved.