Uses of Interface
org.springframework.shell.tui.component.PathSearch.PathSearchContext
Packages that use PathSearch.PathSearchContext
-
Uses of PathSearch.PathSearchContext in org.springframework.shell.tui.component
Methods in org.springframework.shell.tui.component that return PathSearch.PathSearchContextModifier and TypeMethodDescriptionstatic PathSearch.PathSearchContextPathSearch.PathSearchContext.empty()Gets an emptyPathSearch.PathSearchContext.PathSearch.getThisContext(ComponentContext<?> context) Methods in org.springframework.shell.tui.component with parameters of type PathSearch.PathSearchContextModifier and TypeMethodDescriptionprotected booleanPathSearch.read(org.jline.keymap.BindingReader bindingReader, org.jline.keymap.KeyMap<String> keyMap, PathSearch.PathSearchContext context) Method parameters in org.springframework.shell.tui.component with type arguments of type PathSearch.PathSearchContextModifier and TypeMethodDescriptionvoidPathSearch.PathSearchConfig.setPathScanner(Supplier<BiFunction<String, PathSearch.PathSearchContext, PathSearch.PathScannerResult>> pathScanner) Constructor parameters in org.springframework.shell.tui.component with type arguments of type PathSearch.PathSearchContextModifierConstructorDescriptionPathSearch(org.jline.terminal.Terminal terminal, String name, PathSearch.PathSearchConfig config, Function<PathSearch.PathSearchContext, List<org.jline.utils.AttributedString>> renderer)