Package | Description |
---|---|
org.jboss.aesh.cl.internal | |
org.jboss.aesh.cl.parser | |
org.jboss.aesh.cl.populator | |
org.jboss.aesh.console | |
org.jboss.aesh.console.command.container |
Modifier and Type | Method and Description |
---|---|
void |
ProcessedOption.injectValueIntoField(Object instance,
InvocationProviders invocationProviders,
AeshContext aeshContext,
boolean doValidation) |
void |
ProcessedCommand.updateInvocationProviders(InvocationProviders invocationProviders) |
void |
ProcessedOption.updateInvocationProviders(InvocationProviders invocationProviders) |
Modifier and Type | Method and Description |
---|---|
void |
AeshCommandLineCompletionParser.injectValuesAndComplete(ParsedCompleteObject completeObject,
CompleteOperation completeOperation,
InvocationProviders invocationProviders) |
void |
CommandLineCompletionParser.injectValuesAndComplete(ParsedCompleteObject completeObject,
CompleteOperation completeOperation,
InvocationProviders invocationProviders) |
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 | Class and Description |
---|---|
class |
AeshInvocationProviders |
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) |
Copyright © 2024 JBoss by Red Hat. All rights reserved.