public interface CommandLineCompletionParser
Modifier and Type | Method and Description |
---|---|
ParsedCompleteObject |
findCompleteObject(String line,
int cursor)
1.
|
void |
injectValuesAndComplete(ParsedCompleteObject completeObject,
CompleteOperation completeOperation,
InvocationProviders invocationProviders) |
ParsedCompleteObject findCompleteObject(String line, int cursor) throws CommandLineParserException
line
- bufferCommandLineParserException
void injectValuesAndComplete(ParsedCompleteObject completeObject, CompleteOperation completeOperation, InvocationProviders invocationProviders)
Copyright © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.