Package | Description |
---|---|
org.jboss.aesh.cl | |
org.jboss.aesh.cl.parser | |
org.jboss.aesh.console.command.container | |
org.jboss.aesh.console.command.registry |
Modifier and Type | Method and Description |
---|---|
CommandLineParser<T> |
CommandLine.getParser() |
Constructor and Description |
---|
CommandLine(CommandLineParser<T> parser) |
Modifier and Type | Class and Description |
---|---|
class |
AeshCommandLineParser<C extends Command>
A simple command line parser.
|
Modifier and Type | Method and Description |
---|---|
CommandLineParser |
CommandLineParserBuilder.create() |
CommandLineParser<? extends Command> |
CommandLineParser.getChildParser(String name) |
CommandLineParser<? extends Command> |
AeshCommandLineParser.getChildParser(String name) |
Modifier and Type | Method and Description |
---|---|
List<CommandLineParser<? extends Command>> |
CommandLineParser.getAllChildParsers() |
List<CommandLineParser<? extends Command>> |
AeshCommandLineParser.getAllChildParsers() |
Modifier and Type | Method and Description |
---|---|
void |
CommandLineParser.addChildParser(CommandLineParser<? extends Command> childParser) |
void |
AeshCommandLineParser.addChildParser(CommandLineParser<? extends Command> commandLineParser) |
Modifier and Type | Method and Description |
---|---|
CommandLineParser<T> |
CommandContainer.getParser() |
CommandLineParser<C> |
AeshCommandContainer.getParser() |
Constructor and Description |
---|
AeshCommandContainer(CommandLineParser parser) |
Modifier and Type | Method and Description |
---|---|
AeshCommandRegistryBuilder |
AeshCommandRegistryBuilder.command(CommandLineParser parser) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.