Interface ValueProvider
- All Known Subinterfaces:
- ShellOption.NoValueProvider
- All Known Implementing Classes:
- CommandValueProvider,- EnumValueProvider,- FileValueProvider
public interface ValueProvider
Beans implementing this interface are queried during TAB completion to gather
 possible values of a parameter.
- 
Method SummaryModifier and TypeMethodDescriptioncomplete(CompletionContext completionContext) Complete completion proposals.
- 
Method Details- 
completeComplete completion proposals.- Parameters:
- completionContext- the context
- Returns:
- the completion proposals
 
 
-