Uses of Class
org.springframework.shell.style.TemplateExecutor
Packages that use TemplateExecutor
Package
Description
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
Contains default commands that ought to apply to each shell app.
-
Uses of TemplateExecutor in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return TemplateExecutorModifier and TypeMethodDescriptionThemingAutoConfiguration.templateExecutor
(ThemeResolver themeResolver) Method parameters in org.springframework.shell.boot with type arguments of type TemplateExecutorModifier and TypeMethodDescriptionStandardCommandsAutoConfiguration.help
(SpringShellProperties properties, org.springframework.beans.factory.ObjectProvider<TemplateExecutor> templateExecutor) -
Uses of TemplateExecutor in org.springframework.shell.component.flow
Methods in org.springframework.shell.component.flow with parameters of type TemplateExecutorModifier and TypeMethodDescriptionComponentFlow.BaseBuilder.templateExecutor
(TemplateExecutor templateExecutor) ComponentFlow.Builder.templateExecutor
(TemplateExecutor templateExecutor) Sets aTemplateExecutor
. -
Uses of TemplateExecutor in org.springframework.shell.component.support
Methods in org.springframework.shell.component.support that return TemplateExecutorModifier and TypeMethodDescriptionAbstractComponent.getTemplateExecutor()
Gets a template executor.Methods in org.springframework.shell.component.support with parameters of type TemplateExecutorModifier and TypeMethodDescriptionvoid
AbstractComponent.setTemplateExecutor
(TemplateExecutor templateExecutor) Sets a template executor. -
Uses of TemplateExecutor in org.springframework.shell.standard
Methods in org.springframework.shell.standard that return TemplateExecutorModifier and TypeMethodDescriptionprotected TemplateExecutor
AbstractShellComponent.getTemplateExecutor()
-
Uses of TemplateExecutor in org.springframework.shell.standard.commands
Constructors in org.springframework.shell.standard.commands with parameters of type TemplateExecutorModifierConstructorDescriptionHelp
(TemplateExecutor templateExecutor) Version
(TemplateExecutor templateExecutor)