Uses of Interface
org.springframework.shell.component.flow.ComponentFlow.Builder
Packages that use ComponentFlow.Builder
-
Uses of ComponentFlow.Builder in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return ComponentFlow.BuilderModifier and TypeMethodDescriptionComponentFlowAutoConfiguration.componentFlowBuilder
(org.springframework.beans.factory.ObjectProvider<ComponentFlowCustomizer> customizerProvider) Methods in org.springframework.shell.boot with parameters of type ComponentFlow.BuilderModifier and TypeMethodDescriptionvoid
ComponentFlowCustomizer.customize
(ComponentFlow.Builder componentFlowBuilder) Callback to customize aComponentFlow.Builder
instance. -
Uses of ComponentFlow.Builder in org.springframework.shell.component.flow
Classes in org.springframework.shell.component.flow that implement ComponentFlow.BuilderModifier and TypeClassDescriptionstatic class
static class
Methods in org.springframework.shell.component.flow that return ComponentFlow.BuilderModifier and TypeMethodDescriptionBaseConfirmationInput.and()
BaseMultiItemSelector.and()
BasePathInput.and()
BaseSingleItemSelector.and()
BaseStringInput.and()
ConfirmationInputSpec.and()
Build and return parent builder.MultiItemSelectorSpec.and()
Build and return parent builder.PathInputSpec.and()
Build and return parent builder.SingleItemSelectorSpec.and()
Build and return parent builder.StringInputSpec.and()
Build and return parent builder.static ComponentFlow.Builder
ComponentFlow.builder()
Gets a new instance of an input wizard builder.ComponentFlow.BaseBuilder.clone()
ComponentFlow.Builder.clone()
Clones existing builder.ComponentFlow.BaseBuilder.reset()
ComponentFlow.Builder.reset()
Resets existing builder.ComponentFlow.BaseBuilder.resourceLoader
(org.springframework.core.io.ResourceLoader resourceLoader) ComponentFlow.Builder.resourceLoader
(org.springframework.core.io.ResourceLoader resourceLoader) Sets aResourceLoader
.ComponentFlow.BaseBuilder.templateExecutor
(TemplateExecutor templateExecutor) ComponentFlow.Builder.templateExecutor
(TemplateExecutor templateExecutor) Sets aTemplateExecutor
.ComponentFlow.BaseBuilder.terminal
(org.jline.terminal.Terminal terminal) ComponentFlow.Builder.terminal
(org.jline.terminal.Terminal terminal) Sets aTerminal
.