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) |
supports
@Lazy @Autowired public CommandValueProvider(CommandRegistry commandRegistry)
public List<CompletionProposal> complete(org.springframework.core.MethodParameter parameter, CompletionContext completionContext, String[] hints)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.