| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
AeshExample.DirectoryValidatorInvocation.aeshContext |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
AeshExample.DirectoryValidatorInvocation.getAeshContext() |
| Constructor and Description |
|---|
DirectoryValidatorInvocation(java.io.File file,
Command command,
AeshContext aeshContext) |
| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
CompleterData.aeshContext |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
CompleterData.getAeshContext() |
| Constructor and Description |
|---|
CompleterData(AeshContext aeshContext,
java.lang.String completeValue,
Command command) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.Object |
ProcessedOption.doConvert(java.lang.String inputValue,
InvocationProviders invocationProviders,
java.lang.Object command,
AeshContext aeshContext,
boolean doValidation) |
void |
ProcessedOption.injectValueIntoField(java.lang.Object instance,
InvocationProviders invocationProviders,
AeshContext aeshContext,
boolean doValidation) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandPopulator.populateObject(CommandLine<C> line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
boolean validate)
Populate a Command instance with the values parsed from a command line
If any parser errors are detected it will throw an exception
|
void |
AeshCommandPopulator.populateObject(CommandLine<Command> line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
boolean validate)
Populate a Command instance with the values parsed from a command line
If any parser errors are detected it will throw an exception
|
| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
CompleteOperation.aeshContext |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
CompleteOperation.getAeshContext() |
| Constructor and Description |
|---|
CompleteOperation(AeshContext aeshContext,
java.lang.String buffer,
int cursor) |
| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
AeshCompletionHandler.aeshContext |
private AeshContext |
Console.context |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
AeshConsole.getAeshContext()
Get the AeshContext
|
AeshContext |
AeshConsoleImpl.getAeshContext() |
AeshContext |
Console.getAeshContext() |
| Constructor and Description |
|---|
AeshCompletionHandler(AeshContext aeshContext,
ConsoleBuffer consoleBuffer,
Shell shell,
boolean doLogging) |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
CompleterInvocation.getAeshContext() |
| Modifier and Type | Method and Description |
|---|---|
CommandContainerResult |
CommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
CommandContainerResult |
DefaultCommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
AeshConverterInvocation.aeshContext |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
AeshConverterInvocation.getAeshContext() |
AeshContext |
ConverterInvocation.getAeshContext() |
| Constructor and Description |
|---|
AeshConverterInvocation(java.lang.String input,
AeshContext aeshContext) |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
AeshCommandInvocation.getAeshContext() |
AeshContext |
CommandInvocation.getAeshContext()
Get AeshContext
|
| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
AeshValidatorInvocation.aeshContext |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
AeshValidatorInvocation.getAeshContext() |
AeshContext |
ValidatorInvocation.getAeshContext() |
| Constructor and Description |
|---|
AeshValidatorInvocation(java.lang.Object value,
C command,
AeshContext aeshContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAeshContext |
| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
SettingsImpl.aeshContext |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
Settings.getAeshContext()
Get aesh context
|
AeshContext |
SettingsImpl.getAeshContext() |
| Modifier and Type | Method and Description |
|---|---|
SettingsBuilder |
SettingsBuilder.aeshContext(AeshContext aeshContext) |
void |
SettingsImpl.setAeshContext(AeshContext aeshContext) |