Package | Description |
---|---|
org.jboss.aesh.cl.parser | |
org.jboss.aesh.cl.populator |
Modifier and Type | Method and Description |
---|---|
CommandLine<? extends Command> |
CommandLineParser.parse(AeshLine line,
boolean ignoreRequirements) |
CommandLine<? extends Command> |
AeshCommandLineParser.parse(AeshLine line,
boolean ignoreRequirements) |
CommandLine<? extends Command> |
CommandLineParser.parse(List<String> lines,
boolean ignoreRequirements)
Parse a command line with the defined command as base of the rules.
|
CommandLine<? extends Command> |
AeshCommandLineParser.parse(List<String> lines,
boolean ignoreRequirements)
Parse a command line with the defined command as base of the rules.
|
CommandLine<? extends Command> |
CommandLineParser.parse(String line)
Parse a command line with the defined command as base of the rules.
|
CommandLine<? extends Command> |
AeshCommandLineParser.parse(String line)
Parse a command line with the defined command as base of the rules.
|
CommandLine<? extends Command> |
CommandLineParser.parse(String line,
boolean ignoreRequirements)
Parse a command line with the defined command as base of the rules.
|
CommandLine<? extends Command> |
AeshCommandLineParser.parse(String line,
boolean ignoreRequirements)
Parse a command line with the defined command as base of the rules.
|
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
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.