Class CommandValueProvider
java.lang.Object
org.springframework.shell.standard.CommandValueProvider
- All Implemented Interfaces:
- ValueProvider
A 
ValueProvider that can be used to auto-complete names of shell commands.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncomplete(CompletionContext completionContext) Complete completion proposals.
- 
Constructor Details- 
CommandValueProvider
 
- 
- 
Method Details- 
completeDescription copied from interface:ValueProviderComplete completion proposals.- Specified by:
- completein interface- ValueProvider
- Parameters:
- completionContext- the context
- Returns:
- the completion proposals
 
 
-