Uses of Interface
org.springframework.shell.component.flow.PathInputSpec
Packages that use PathInputSpec
-
Uses of PathInputSpec in org.springframework.shell.component.flow
Classes in org.springframework.shell.component.flow that implement PathInputSpecModifier and TypeClassDescriptionclass
Base impl forPathInputSpec
.class
Default impl forBasePathInput
.Methods in org.springframework.shell.component.flow that return PathInputSpecModifier and TypeMethodDescriptionBasePathInput.defaultValue
(String defaultValue) PathInputSpec.defaultValue
(String defaultValue) Sets a default value.BasePathInput.getThis()
Sets a name.BasePathInput.next
(Function<PathInput.PathInputContext, String> next) PathInputSpec.next
(Function<PathInput.PathInputContext, String> next) Define a function which may return id of a next component to go.BasePathInput.postHandler
(Consumer<PathInput.PathInputContext> handler) PathInputSpec.postHandler
(Consumer<PathInput.PathInputContext> handler) Adds a post-run context handler.BasePathInput.preHandler
(Consumer<PathInput.PathInputContext> handler) PathInputSpec.preHandler
(Consumer<PathInput.PathInputContext> handler) Adds a pre-run context handler.BasePathInput.renderer
(Function<PathInput.PathInputContext, List<org.jline.utils.AttributedString>> renderer) PathInputSpec.renderer
(Function<PathInput.PathInputContext, List<org.jline.utils.AttributedString>> renderer) Sets a renderer function.BasePathInput.resultMode
(ResultMode resultMode) PathInputSpec.resultMode
(ResultMode resultMode) Sets a result mode.BasePathInput.resultValue
(String resultValue) PathInputSpec.resultValue
(String resultValue) Sets a result value.BasePathInput.storeResult
(boolean store) PathInputSpec.storeResult
(boolean store) Automatically stores result from aStringInput.StringInputContext
intoComponentContext
with key given to builder.Sets a default renderer template location.ComponentFlow.BaseBuilder.withPathInput
(String id) ComponentFlow.Builder.withPathInput
(String id) Gets a builder for path input.