Uses of Interface
org.springframework.shell.component.PathInput.PathInputContext
Packages that use PathInput.PathInputContext
-
Uses of PathInput.PathInputContext in org.springframework.shell.component
Methods in org.springframework.shell.component that return PathInput.PathInputContextModifier and TypeMethodDescriptionstatic PathInput.PathInputContextPathInput.PathInputContext.empty()Gets an emptyPathInput.PathInputContext.PathInput.getThisContext(ComponentContext<?> context) Methods in org.springframework.shell.component with parameters of type PathInput.PathInputContextModifier and TypeMethodDescriptionprotected booleanPathInput.read(org.jline.keymap.BindingReader bindingReader, org.jline.keymap.KeyMap<String> keyMap, PathInput.PathInputContext context) Constructor parameters in org.springframework.shell.component with type arguments of type PathInput.PathInputContextModifierConstructorDescriptionPathInput(org.jline.terminal.Terminal terminal, String name, Function<PathInput.PathInputContext, List<org.jline.utils.AttributedString>> renderer) -
Uses of PathInput.PathInputContext in org.springframework.shell.component.flow
Methods in org.springframework.shell.component.flow that return types with arguments of type PathInput.PathInputContextModifier and TypeMethodDescriptionBasePathInput.getNext()BasePathInput.getPostHandlers()BasePathInput.getPreHandlers()Function<PathInput.PathInputContext,List<org.jline.utils.AttributedString>> BasePathInput.getRenderer()Method parameters in org.springframework.shell.component.flow with type arguments of type PathInput.PathInputContextModifier and TypeMethodDescriptionBasePathInput.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.