public interface CommandContainerBuilder
| Modifier and Type | Method and Description |
|---|---|
CommandContainer |
create(java.lang.Class<? extends Command> command) |
CommandContainer |
create(Command command) |
CommandContainer create(Command command)
CommandContainer create(java.lang.Class<? extends Command> command)