Uses of Interface
org.springframework.shell.command.CommandResolver
Packages that use CommandResolver
-
Uses of CommandResolver in org.springframework.shell.command
Method parameters in org.springframework.shell.command with type arguments of type CommandResolverModifier and TypeMethodDescriptionstatic CommandCatalog
CommandCatalog.of
(Collection<CommandResolver> resolvers, ShellContext shellContext) Gets an instance of a defaultCommandCatalog
.