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 TypeMethodDescriptionorg.springframework.shell.jline.tui.style.ThemeResolverThemingAutoConfiguration.shellThemeResolver(org.springframework.shell.jline.tui.style.ThemeRegistry themeRegistry, SpringShellProperties properties, org.springframework.shell.jline.tui.style.ThemeActive themeActive) org.springframework.shell.core.config.UserConfigPathProviderUserConfigAutoConfiguration.userConfigPathProvider(SpringShellProperties springShellProperties) Constructors in org.springframework.shell.boot with parameters of type SpringShellPropertiesModifierConstructorDescriptionJLineShellAutoConfiguration(org.jline.reader.History jLineHistory, SpringShellProperties springShellProperties, org.springframework.shell.core.config.UserConfigPathProvider userConfigPathProvider)