public class CommandValueProvider extends Object implements ValueProvider
ValueProvider that can be used to auto-complete names of shell commands.| Constructor and Description |
|---|
CommandValueProvider(CommandCatalog commandRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<CompletionProposal> |
complete(CompletionContext completionContext)
Complete completion proposals.
|
public CommandValueProvider(CommandCatalog commandRegistry)
public List<CompletionProposal> complete(CompletionContext completionContext)
ValueProvidercomplete in interface ValueProvidercompletionContext - the contextCopyright © 2023. All rights reserved.