public class AeshCommandLineCompletionParser extends Object implements CommandLineCompletionParser
| Constructor and Description |
|---|
AeshCommandLineCompletionParser(AeshCommandLineParser<? extends Command> parser) |
| Modifier and Type | Method and Description |
|---|---|
ParsedCompleteObject |
findCompleteObject(String line,
int cursor)
1.
|
void |
injectValuesAndComplete(ParsedCompleteObject completeObject,
CompleteOperation completeOperation,
InvocationProviders invocationProviders) |
public AeshCommandLineCompletionParser(AeshCommandLineParser<? extends Command> parser)
public ParsedCompleteObject findCompleteObject(String line, int cursor) throws CommandLineParserException
findCompleteObject in interface CommandLineCompletionParserline - bufferCommandLineParserExceptionpublic void injectValuesAndComplete(ParsedCompleteObject completeObject, CompleteOperation completeOperation, InvocationProviders invocationProviders)
injectValuesAndComplete in interface CommandLineCompletionParserCopyright © 2022 JBoss by Red Hat. All rights reserved.