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<org.springframework.shell.style.TemplateExecutor> templateExecutor) CommandCatalogAutoConfiguration.helpOptionsCommandRegistrationCustomizer(SpringShellProperties properties) org.springframework.shell.jline.NonInteractiveShellRunnerShellRunnerAutoConfiguration.PrimaryCommandConfiguration.nonInteractiveApplicationRunner(org.springframework.shell.Shell shell, org.springframework.shell.context.ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<NonInteractiveShellRunnerCustomizer> customizer, SpringShellProperties properties) org.springframework.shell.style.ThemeResolverThemingAutoConfiguration.shellThemeResolver(org.springframework.shell.style.ThemeRegistry themeRegistry, SpringShellProperties properties, org.springframework.shell.style.ThemeActive themeActive) org.springframework.shell.config.UserConfigPathProviderUserConfigAutoConfiguration.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<org.springframework.shell.style.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, org.springframework.shell.command.CommandCatalog commandRegistry, org.jline.reader.History jLineHistory, SpringShellProperties springShellProperties, org.springframework.shell.config.UserConfigPathProvider userConfigPathProvider)