Modifier and Type | Method and Description |
---|---|
AeshContext |
AeshExample.DirectoryValidatorInvocation.getAeshContext() |
Constructor and Description |
---|
DirectoryValidatorInvocation(File file,
Command command,
AeshContext aeshContext) |
Modifier and Type | Method and Description |
---|---|
AeshContext |
CompleterData.getAeshContext() |
Constructor and Description |
---|
CompleterData(AeshContext aeshContext,
String completeValue,
Command command) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessedOption.injectValueIntoField(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 | Method and Description |
---|---|
AeshContext |
CompleteOperation.getAeshContext() |
Constructor and Description |
---|
CompleteOperation(AeshContext aeshContext,
String buffer,
int cursor) |
Modifier and Type | Method and Description |
---|---|
AeshContext |
Console.getAeshContext() |
AeshContext |
AeshConsole.getAeshContext()
Get the AeshContext
|
AeshContext |
AeshConsoleImpl.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 |
DefaultCommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
CommandContainerResult |
CommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
Modifier and Type | Method and Description |
---|---|
AeshContext |
ConverterInvocation.getAeshContext() |
AeshContext |
AeshConverterInvocation.getAeshContext() |
Constructor and Description |
---|
AeshConverterInvocation(String input,
AeshContext aeshContext) |
Modifier and Type | Method and Description |
---|---|
AeshContext |
AeshCommandInvocation.getAeshContext() |
AeshContext |
CommandInvocation.getAeshContext()
Get AeshContext
|
Modifier and Type | Method and Description |
---|---|
AeshContext |
ValidatorInvocation.getAeshContext() |
AeshContext |
AeshValidatorInvocation.getAeshContext() |
Constructor and Description |
---|
AeshValidatorInvocation(Object value,
C command,
AeshContext aeshContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAeshContext |
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) |
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.