Package | Description |
---|---|
<Unnamed> | |
org.jboss.aesh.cl | |
org.jboss.aesh.cl.internal | |
org.jboss.aesh.cl.parser | |
org.jboss.aesh.cl.populator | |
org.jboss.aesh.console.command.container |
Modifier and Type | Method and Description |
---|---|
static void |
AeshExample.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
CommandLineParserException |
CommandLine.getParserException() |
Modifier and Type | Method and Description |
---|---|
void |
CommandLine.setParserException(CommandLineParserException e) |
Constructor and Description |
---|
CommandLine(CommandLineParserException parserException) |
Modifier and Type | Method and Description |
---|---|
ProcessedCommand |
ProcessedCommandBuilder.create() |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentParserException |
class |
OptionParserException |
class |
RequiredOptionException |
Modifier and Type | Method and Description |
---|---|
ParsedCompleteObject |
CommandLineCompletionParser.findCompleteObject(String line,
int cursor)
1.
|
ParsedCompleteObject |
AeshCommandLineCompletionParser.findCompleteObject(String line,
int cursor)
1.
|
static AeshCommandContainer |
ParserGenerator.generateCommandLineParser(Class<? extends Command> clazz) |
static AeshCommandContainer |
ParserGenerator.generateCommandLineParser(Command paramInstance) |
static void |
ParserGenerator.parseAndPopulate(Command instance,
String input) |
static void |
ParserGenerator.parseAndPopulate(Command instance,
String commandName,
String... input) |
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 |
---|---|
CommandContainerResult |
DefaultCommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
CommandContainerResult |
CommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
Copyright © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.