Uses of Class
org.springframework.shell.boot.SpringShellProperties
Packages that use SpringShellProperties
-
Uses of SpringShellProperties in org.springframework.shell.boot
Methods in org.springframework.shell.boot with parameters of type SpringShellPropertiesModifier and TypeMethodDescriptionStandardCommandsAutoConfiguration.completion(SpringShellProperties properties) CommandCatalogAutoConfiguration.defaultOptionNameModifierCommandRegistrationCustomizer(SpringShellProperties properties) StandardCommandsAutoConfiguration.help(SpringShellProperties properties, org.springframework.beans.factory.ObjectProvider<TemplateExecutor> templateExecutor) CommandCatalogAutoConfiguration.helpOptionsCommandRegistrationCustomizer(SpringShellProperties properties) ShellRunnerAutoConfiguration.PrimaryCommandConfiguration.nonInteractiveApplicationRunner(Shell shell, ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<NonInteractiveShellRunnerCustomizer> customizer, SpringShellProperties properties) ThemingAutoConfiguration.shellThemeResolver(ThemeRegistry themeRegistry, SpringShellProperties properties, ThemeActive themeActive) UserConfigAutoConfiguration.userConfigPathProvider(SpringShellProperties springShellProperties) StandardCommandsAutoConfiguration.version(SpringShellProperties properties, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.info.BuildProperties> buildProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.info.GitProperties> gitProperties, org.springframework.beans.factory.ObjectProvider<TemplateExecutor> templateExecutor) Constructors in org.springframework.shell.boot with parameters of type SpringShellPropertiesModifierConstructorDescriptionLineReaderAutoConfiguration(org.jline.terminal.Terminal terminal, org.jline.reader.Completer completer, org.jline.reader.Parser parser, CommandCatalog commandRegistry, org.jline.reader.History jLineHistory, SpringShellProperties springShellProperties, UserConfigPathProvider userConfigPathProvider)