| Package | Description |
|---|---|
| org.jboss.aesh.console | |
| org.jboss.aesh.console.command.invocation | |
| org.jboss.aesh.console.command.registry | |
| org.jboss.aesh.console.man |
| Modifier and Type | Field and Description |
|---|---|
private CommandRegistry |
AeshConsoleBuilder.registry |
private CommandRegistry |
AeshConsoleImpl.registry |
| Modifier and Type | Method and Description |
|---|---|
CommandRegistry |
AeshConsole.getCommandRegistry()
Get the CommandRegistry
|
CommandRegistry |
AeshConsoleImpl.getCommandRegistry() |
| Modifier and Type | Method and Description |
|---|---|
AeshConsoleBuilder |
AeshConsoleBuilder.commandRegistry(CommandRegistry registry) |
| Constructor and Description |
|---|
AeshConsoleImpl(Settings settings,
CommandRegistry registry,
CommandInvocationServices commandInvocationServices,
CommandNotFoundHandler commandNotFoundHandler,
CompleterInvocationProvider completerInvocationProvider,
ConverterInvocationProvider converterInvocationProvider,
ValidatorInvocationProvider validatorInvocationProvider,
OptionActivatorProvider optionActivatorProvider,
ManProvider manProvider) |
| Modifier and Type | Method and Description |
|---|---|
CommandRegistry |
AeshCommandInvocation.getCommandRegistry() |
CommandRegistry |
CommandInvocation.getCommandRegistry() |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableCommandRegistry |
| Modifier and Type | Method and Description |
|---|---|
CommandRegistry |
AeshCommandRegistryBuilder.create() |
| Modifier and Type | Field and Description |
|---|---|
private static CommandRegistry |
Man.registry |
| Modifier and Type | Method and Description |
|---|---|
void |
Man.setRegistry(CommandRegistry registry) |