Package org.springframework.shell.style
Class TemplateExecutor
java.lang.Object
org.springframework.shell.style.TemplateExecutor
Template executor which knows to use styling.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.jline.utils.AttributedStringRender template with a given attributes.org.jline.utils.AttributedStringrenderGroup(String template, Map<String, Object> attributes) Render template group with a given attributes expecting to find instance namedmain.
- 
Constructor Details- 
TemplateExecutor
 
- 
- 
Method Details- 
renderRender template with a given attributes.- Parameters:
- template- the ST template
- attributes- the ST template attributes
- Returns:
- a rendered template
 
- 
renderGroupRender template group with a given attributes expecting to find instance namedmain.- Parameters:
- template- the ST template
- attributes- the ST template attributes
- Returns:
- a rendered template
 
 
-