Uses of Interface
org.springframework.shell.component.PathSearch.PathSearchContext
Packages that use PathSearch.PathSearchContext
-
Uses of PathSearch.PathSearchContext in org.springframework.shell.component
Methods in org.springframework.shell.component that return PathSearch.PathSearchContextModifier and TypeMethodDescriptionstatic PathSearch.PathSearchContext
PathSearch.PathSearchContext.empty()
Gets an emptyPathSearch.PathSearchContext
.PathSearch.getThisContext
(ComponentContext<?> context) Methods in org.springframework.shell.component with parameters of type PathSearch.PathSearchContextModifier and TypeMethodDescriptionprotected boolean
PathSearch.read
(org.jline.keymap.BindingReader bindingReader, org.jline.keymap.KeyMap<String> keyMap, PathSearch.PathSearchContext context) Method parameters in org.springframework.shell.component with type arguments of type PathSearch.PathSearchContextModifier and TypeMethodDescriptionvoid
PathSearch.PathSearchConfig.setPathScanner
(Supplier<BiFunction<String, PathSearch.PathSearchContext, PathSearch.PathScannerResult>> pathScanner) Constructor parameters in org.springframework.shell.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)