Uses of Interface
org.springframework.shell.completion.CompletionResolver
Packages that use CompletionResolver
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 CompletionResolver in org.springframework.shell
Fields in org.springframework.shell with type parameters of type CompletionResolverMethod parameters in org.springframework.shell with type arguments of type CompletionResolverModifier and TypeMethodDescriptionvoid
Shell.setCompletionResolvers
(List<CompletionResolver> resolvers) -
Uses of CompletionResolver in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return CompletionResolver -
Uses of CompletionResolver in org.springframework.shell.command
Methods in org.springframework.shell.command that return CompletionResolverModifier and TypeMethodDescriptionCommandOption.DefaultCommandOption.getCompletion()
CommandOption.getCompletion()
Gets a completion function.CommandRegistration.DefaultOptionSpec.getCompletion()
Methods in org.springframework.shell.command with parameters of type CompletionResolverModifier and TypeMethodDescriptionCommandRegistration.DefaultOptionSpec.completion
(CompletionResolver completion) CommandRegistration.OptionSpec.completion
(CompletionResolver completion) Define acompletion function
for an option.static CommandOption
CommandOption.of
(String[] longNames, String[] longNamesModified, Character[] shortNames, String description, org.springframework.core.ResolvableType type, boolean required, String defaultValue, Integer position, Integer arityMin, Integer arityMax, String label, CompletionResolver completion) Gets an instance of a defaultCommandOption
.Constructors in org.springframework.shell.command with parameters of type CompletionResolverModifierConstructorDescriptionDefaultCommandOption
(String[] longNames, String[] longNamesModified, Character[] shortNames, String description, org.springframework.core.ResolvableType type, boolean required, String defaultValue, Integer position, Integer arityMin, Integer arityMax, String label, CompletionResolver completion) -
Uses of CompletionResolver in org.springframework.shell.completion
Classes in org.springframework.shell.completion that implement CompletionResolver -
Uses of CompletionResolver in org.springframework.shell.standard
Methods in org.springframework.shell.standard that return types with arguments of type CompletionResolverModifier and TypeMethodDescriptionprotected Stream<CompletionResolver>
AbstractShellComponent.getCompletionResolver()