Uses of Interface
org.springframework.shell.tui.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 TypeMethodDescriptionvoidComponentFlowCustomizer.customize(ComponentFlow.Builder componentFlowBuilder) Callback to customize aComponentFlow.Builderinstance. -
Uses of ComponentFlow.Builder in org.springframework.shell.tui.component.flow
Classes in org.springframework.shell.tui.component.flow that implement ComponentFlow.BuilderModifier and TypeClassDescriptionstatic classstatic classMethods in org.springframework.shell.tui.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.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(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.