| Package | Description |
|---|---|
| org.jboss.aesh.cl.parser |
| Modifier and Type | Method and Description |
|---|---|
private ParsedCompleteObject |
AeshCommandLineCompletionParser.endsWithSpace(java.lang.String line) |
ParsedCompleteObject |
AeshCommandLineCompletionParser.findCompleteObject(java.lang.String line,
int cursor)
1.
|
ParsedCompleteObject |
CommandLineCompletionParser.findCompleteObject(java.lang.String line,
int cursor)
1.
|
private ParsedCompleteObject |
AeshCommandLineCompletionParser.findCompleteObjectValue(java.lang.String line,
boolean endsWithSpace)
Only called when we know that the last word is an option value
If endsWithSpace is true we set the value to an empty string to indicate a value
|
private ParsedCompleteObject |
AeshCommandLineCompletionParser.optionFinder(java.lang.String line) |
| Modifier and Type | Method and Description |
|---|---|
private void |
AeshCommandLineCompletionParser.completionSetOffSet(ParsedCompleteObject completeObject,
CompleteOperation completeOperation,
CompleterInvocation completions) |
void |
AeshCommandLineCompletionParser.injectValuesAndComplete(ParsedCompleteObject completeObject,
CompleteOperation completeOperation,
InvocationProviders invocationProviders) |
void |
CommandLineCompletionParser.injectValuesAndComplete(ParsedCompleteObject completeObject,
CompleteOperation completeOperation,
InvocationProviders invocationProviders) |