Package | Description |
---|---|
org.springframework.shell.component.flow | |
org.springframework.shell.component.support | |
org.springframework.shell.standard |
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
|
org.springframework.shell.standard.commands |
Contains default commands that ought to apply to each shell app.
|
Modifier and Type | Method and Description |
---|---|
ComponentFlow.Builder |
ComponentFlow.Builder.templateExecutor(TemplateExecutor templateExecutor)
Sets a
TemplateExecutor . |
ComponentFlow.Builder |
ComponentFlow.BaseBuilder.templateExecutor(TemplateExecutor templateExecutor) |
Modifier and Type | Method and Description |
---|---|
TemplateExecutor |
AbstractComponent.getTemplateExecutor()
Gets a template executor.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponent.setTemplateExecutor(TemplateExecutor templateExecutor)
Sets a template executor.
|
Modifier and Type | Method and Description |
---|---|
protected TemplateExecutor |
AbstractShellComponent.getTemplateExecutor() |
Constructor and Description |
---|
Help(TemplateExecutor templateExecutor) |
Version(TemplateExecutor templateExecutor) |
Copyright © 2024. All rights reserved.