| Package | Description |
|---|---|
| org.jboss.aesh.cl.parser | |
| org.jboss.aesh.console | |
| org.jboss.aesh.console.command.container | |
| org.jboss.aesh.parser |
| Modifier and Type | Method and Description |
|---|---|
CommandLine<? extends Command> |
AeshCommandLineParser.parse(AeshLine line,
boolean ignoreRequirements) |
CommandLine<? extends Command> |
CommandLineParser.parse(AeshLine line,
boolean ignoreRequirements) |
| Modifier and Type | Method and Description |
|---|---|
private CommandContainer |
AeshConsoleImpl.getCommand(AeshLine aeshLine,
java.lang.String line)
try to return the command in the given registry if the given registry do not find the command, check if we have a
internal registry and if its there.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static AeshLine |
Parser.findAllWords(java.lang.String text)
Split up the text into words, escaped spaces and quotes are handled
|