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 CommandLineCompletionParser
line
- bufferCommandLineParserException
public void injectValuesAndComplete(ParsedCompleteObject completeObject, CompleteOperation completeOperation, InvocationProviders invocationProviders)
injectValuesAndComplete
in interface CommandLineCompletionParser
Copyright © 2021 JBoss by Red Hat. All rights reserved.