Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 String |
Parser.findStartsWithOperation(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.
|
Copyright © 2024 JBoss by Red Hat. All rights reserved.