| Package | Description |
|---|---|
| org.jboss.aesh.cl.builder | |
| org.jboss.aesh.console | |
| org.jboss.aesh.console.command.container | |
| org.jboss.aesh.console.command.registry |
| Modifier and Type | Method and Description |
|---|---|
CommandContainer |
CommandBuilder.create() |
| Modifier and Type | Method and Description |
|---|---|
private CommandContainer |
AeshConsoleImpl.getCommand(AeshLine aeshLine,
java.lang.String line)
try to return the command in the given registry if the given registry do not find the command, check if we have a
internal registry and if its there.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AeshCommandContainer<C extends Command> |
class |
DefaultCommandContainer<C extends Command> |
| Modifier and Type | Method and Description |
|---|---|
CommandContainer |
AeshCommandContainerBuilder.create(java.lang.Class<? extends Command> command) |
CommandContainer |
CommandContainerBuilder.create(java.lang.Class<? extends Command> command) |
CommandContainer |
AeshCommandContainerBuilder.create(Command command) |
CommandContainer |
CommandContainerBuilder.create(Command command) |
| Modifier and Type | Method and Description |
|---|---|
void |
AeshCommandContainer.addChild(CommandContainer<?> commandContainer) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,CommandContainer> |
AeshInternalCommandRegistry.registry |
private java.util.Map<java.lang.String,CommandContainer<Command>> |
MutableCommandRegistry.registry |
| Modifier and Type | Method and Description |
|---|---|
CommandContainer |
AeshInternalCommandRegistry.getCommand(java.lang.String name) |
CommandContainer |
CommandRegistry.getCommand(java.lang.String name,
java.lang.String line) |
CommandContainer |
MutableCommandRegistry.getCommand(java.lang.String name,
java.lang.String line) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableCommandRegistry.addCommand(CommandContainer container) |
AeshCommandRegistryBuilder |
AeshCommandRegistryBuilder.command(CommandContainer commandContainer) |
private void |
AeshInternalCommandRegistry.putIntoRegistry(CommandContainer commandContainer) |
private void |
MutableCommandRegistry.putIntoRegistry(CommandContainer commandContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableCommandRegistry.addAllCommandContainers(java.util.List<CommandContainer> commands) |