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 Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomplete
(CompletionContext completionContext) Complete completion proposals.
-
Constructor Details
-
CommandValueProvider
-
-
Method Details
-
complete
Description copied from interface:ValueProvider
Complete completion proposals.- Specified by:
complete
in interfaceValueProvider
- Parameters:
completionContext
- the context- Returns:
- the completion proposals
-