Uses of Class
org.springframework.shell.jline.tui.style.TemplateExecutor
Packages that use TemplateExecutor
Package
Description
-
Uses of TemplateExecutor in org.springframework.shell.core.autoconfigure
Methods in org.springframework.shell.core.autoconfigure that return TemplateExecutorModifier and TypeMethodDescriptionThemingAutoConfiguration.templateExecutor(ThemeResolver themeResolver) -
Uses of TemplateExecutor in org.springframework.shell.jline.tui.component.flow
Methods in org.springframework.shell.jline.tui.component.flow with parameters of type TemplateExecutorModifier and TypeMethodDescriptionComponentFlow.BaseBuilder.templateExecutor(@Nullable TemplateExecutor templateExecutor) ComponentFlow.Builder.templateExecutor(@Nullable TemplateExecutor templateExecutor) Sets aTemplateExecutor. -
Uses of TemplateExecutor in org.springframework.shell.jline.tui.component.support
Methods in org.springframework.shell.jline.tui.component.support that return TemplateExecutorModifier and TypeMethodDescription@Nullable TemplateExecutorAbstractComponent.getTemplateExecutor()Gets a template executor.Methods in org.springframework.shell.jline.tui.component.support with parameters of type TemplateExecutorModifier and TypeMethodDescriptionvoidAbstractComponent.setTemplateExecutor(TemplateExecutor templateExecutor) Sets a template executor.