Uses of Class
org.springframework.shell.CompletionContext
Packages that use CompletionContext
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 CompletionContext in org.springframework.shell
Methods in org.springframework.shell that return CompletionContextModifier and TypeMethodDescriptionCompletionContext.commandOption
(CommandOption commandOption) Return a copy of this context with given command option.CompletionContext.commandRegistration
(CommandRegistration commandRegistration) Return a copy of this context with given command registration.CompletionContext.drop
(int nbWords) Return a copy of this context, as if the first nbWords were not presentMethods in org.springframework.shell with parameters of type CompletionContextModifier and TypeMethodDescriptionShell.complete
(CompletionContext context) Gather completion proposals given some (incomplete) input the user has already typed in. -
Uses of CompletionContext in org.springframework.shell.completion
Methods in org.springframework.shell.completion with parameters of type CompletionContextModifier and TypeMethodDescriptionRegistrationOptionsCompletionResolver.apply
(CompletionContext context) -
Uses of CompletionContext in org.springframework.shell.standard
Methods in org.springframework.shell.standard with parameters of type CompletionContextModifier and TypeMethodDescriptionCommandValueProvider.complete
(CompletionContext completionContext) EnumValueProvider.complete
(CompletionContext completionContext) FileValueProvider.complete
(CompletionContext completionContext) ValueProvider.complete
(CompletionContext completionContext) Complete completion proposals.