Uses of Interface
org.springframework.shell.jline.tui.component.flow.ComponentFlow.Builder
Packages that use ComponentFlow.Builder
Package
Description
-
Uses of ComponentFlow.Builder in org.springframework.shell.core.autoconfigure
Methods in org.springframework.shell.core.autoconfigure that return ComponentFlow.BuilderModifier and TypeMethodDescriptionComponentFlowAutoConfiguration.componentFlowBuilder(org.springframework.beans.factory.ObjectProvider<ComponentFlowCustomizer> customizerProvider) Methods in org.springframework.shell.core.autoconfigure with parameters of type ComponentFlow.BuilderModifier and TypeMethodDescriptionvoidComponentFlowCustomizer.customize(ComponentFlow.Builder componentFlowBuilder) Callback to customize aComponentFlow.Builderinstance. -
Uses of ComponentFlow.Builder in org.springframework.shell.jline.tui.component.flow
Classes in org.springframework.shell.jline.tui.component.flow that implement ComponentFlow.BuilderModifier and TypeClassDescriptionstatic classstatic classMethods in org.springframework.shell.jline.tui.component.flow that return ComponentFlow.BuilderModifier and TypeMethodDescriptionBaseConfirmationInput.and()BaseMultiItemSelector.and()BaseNumberInput.and()BasePathInput.and()BaseSingleItemSelector.and()BaseStringInput.and()ConfirmationInputSpec.and()Build and return parent builder.MultiItemSelectorSpec.and()Build and return parent builder.NumberInputSpec.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.BuilderComponentFlow.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(@Nullable org.springframework.core.io.ResourceLoader resourceLoader) ComponentFlow.Builder.resourceLoader(@Nullable org.springframework.core.io.ResourceLoader resourceLoader) Sets aResourceLoader.ComponentFlow.BaseBuilder.templateExecutor(@Nullable TemplateExecutor templateExecutor) ComponentFlow.Builder.templateExecutor(@Nullable TemplateExecutor templateExecutor) Sets aTemplateExecutor.ComponentFlow.BaseBuilder.terminal(@Nullable org.jline.terminal.Terminal terminal) ComponentFlow.Builder.terminal(@Nullable org.jline.terminal.Terminal terminal) Sets aTerminal.