| AeshCommands |
This class is the entry point to interact with the Aesh Command Runtime.
|
| CLICommandActivatorProvider |
A CLI specific CommandActivatorProvider used to set
CommandContext on CLICommandActivator
instance.
|
| CLICommandContainer |
All registered commands are Wrapped into instance of this class in order to
print help the CLI way.
|
| CLICommandInvocationBuilder |
|
| CLICommandRegistry |
Command registry that deals with both CLI Handler and aesh Command.
|
| CLICompleterInvocationProvider |
A CLI specific CompleterInvocationProvider that creates
CLICompleterInvocation.
|
| CLIConverterInvocationProvider |
|
| CLIOptionActivatorProvider |
A CLI specific OptionActivatorProvider used to set
CommandContext on CLIOptionActivator
instance.
|
| CLIValidatorInvocationImpl |
A concrete CLIValidatorInvocation.
|
| CLIValidatorInvocationProvider |
|
| ExpressionValueConverter<T> |
Intermediate layer that converts expressions prior to inject values into aesh
command options.
|
| HelpSupport |
Entry point for help handling.
|