public class AeshCommandContainerBuilder extends java.lang.Object implements CommandContainerBuilder
| Constructor and Description |
|---|
AeshCommandContainerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
CommandContainer |
create(java.lang.Class<? extends Command> command) |
CommandContainer |
create(Command command) |
public CommandContainer create(Command command)
create in interface CommandContainerBuilderpublic CommandContainer create(java.lang.Class<? extends Command> command)
create in interface CommandContainerBuilder