Package | Description |
---|---|
org.jboss.aesh.cl.builder | |
org.jboss.aesh.console.command.container | |
org.jboss.aesh.console.command.registry |
Modifier and Type | Method and Description |
---|---|
CommandContainer |
CommandBuilder.create() |
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(Class<? extends Command> command) |
CommandContainer |
CommandContainerBuilder.create(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 | Method and Description |
---|---|
CommandContainer |
AeshInternalCommandRegistry.getCommand(String name) |
CommandContainer |
MutableCommandRegistry.getCommand(String name,
String line) |
CommandContainer |
CommandRegistry.getCommand(String name,
String line) |
Modifier and Type | Method and Description |
---|---|
void |
MutableCommandRegistry.addCommand(CommandContainer container) |
AeshCommandRegistryBuilder |
AeshCommandRegistryBuilder.command(CommandContainer commandContainer) |
Modifier and Type | Method and Description |
---|---|
void |
MutableCommandRegistry.addAllCommandContainers(List<CommandContainer> commands) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.