Uses of Class
org.springframework.shell.CompletionProposal
Packages that use CompletionProposal
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
-
Uses of CompletionProposal in org.springframework.shell
Methods in org.springframework.shell that return CompletionProposalModifier and TypeMethodDescriptionCompletionProposal.complete
(boolean complete) CompletionProposal.description
(String description) CompletionProposal.displayText
(String displayText) CompletionProposal.dontQuote
(boolean dontQuote) Methods in org.springframework.shell that return types with arguments of type CompletionProposalModifier and TypeMethodDescriptionShell.complete
(CompletionContext context) Gather completion proposals given some (incomplete) input the user has already typed in. -
Uses of CompletionProposal in org.springframework.shell.completion
Methods in org.springframework.shell.completion that return types with arguments of type CompletionProposalModifier and TypeMethodDescriptionRegistrationOptionsCompletionResolver.apply
(CompletionContext context) -
Uses of CompletionProposal in org.springframework.shell.standard
Methods in org.springframework.shell.standard that return types with arguments of type CompletionProposalModifier and TypeMethodDescriptionCommandValueProvider.complete
(CompletionContext completionContext) EnumValueProvider.complete
(CompletionContext completionContext) FileValueProvider.complete
(CompletionContext completionContext) ValueProvider.complete
(CompletionContext completionContext) Complete completion proposals.