Uses of Interface
org.springframework.shell.standard.ValueProvider
Packages that use ValueProvider
Package
Description
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
-
Uses of ValueProvider in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return ValueProviderModifier and TypeMethodDescriptionStandardAPIAutoConfiguration.commandValueProvider
(CommandCatalog commandRegistry) StandardAPIAutoConfiguration.enumValueProvider()
StandardAPIAutoConfiguration.fileValueProvider()
-
Uses of ValueProvider in org.springframework.shell.standard
Subinterfaces of ValueProvider in org.springframework.shell.standardClasses in org.springframework.shell.standard that implement ValueProviderModifier and TypeClassDescriptionclass
AValueProvider
that can be used to auto-complete names of shell commands.class
AValueProvider
that knows how to complete values forEnum
typed parameters.class
AValueProvider
that can populate names of localFile
s, either absolute or relative to the current working directory.