| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
Completion.complete(CompleteOperation completeOperation)
Populate the CompleteOperation object with possible
completions + offset if needed
|
| Modifier and Type | Method and Description |
|---|---|
private CompleteOperation |
AeshCompletionHandler.findAliases(java.lang.String buffer,
int cursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AeshConsoleImpl.AeshCompletion.complete(CompleteOperation completeOperation) |
private void |
AeshConsoleImpl.completeCommandName(CompleteOperation co) |
| Modifier and Type | Method and Description |
|---|---|
void |
AliasCompletion.complete(CompleteOperation completeOperation) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandRegistry.completeCommandName(CompleteOperation completeOperation)
Based on input, find all commands that match or partly match
|
void |
MutableCommandRegistry.completeCommandName(CompleteOperation co) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportCompletion.complete(CompleteOperation completeOperation) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedirectionCompletion.complete(CompleteOperation completeOperation) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Parser.findStartsWithOperation(java.util.List<CompleteOperation> coList)
If there is any common start string in the completion list, return it
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileLister.findMatchingDirectories(CompleteOperation completion)
findMatchingDirectories will try to populate the CompleteOperation object based on it initial params.
|
private void |
FileLister.listPossibleDirectories(CompleteOperation completion) |