public class CommandValueProvider extends ValueProviderSupport
ValueProvider that can be used to auto-complete names of shell commands.| Constructor and Description |
|---|
CommandValueProvider(CommandRegistry commandRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<CompletionProposal> |
complete(org.springframework.core.MethodParameter parameter,
CompletionContext completionContext,
String[] hints) |
supportspublic CommandValueProvider(CommandRegistry commandRegistry)
public List<CompletionProposal> complete(org.springframework.core.MethodParameter parameter, CompletionContext completionContext, String[] hints)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.