Uses of Class
org.springframework.shell.component.PathSearch.PathSearchConfig
Packages that use PathSearch.PathSearchConfig
-
Uses of PathSearch.PathSearchConfig in org.springframework.shell.component
Methods in org.springframework.shell.component that return PathSearch.PathSearchConfigModifier and TypeMethodDescriptionPathSearch.PathSearchContext.getPathSearchConfig()
Get path search config.Methods in org.springframework.shell.component with parameters of type PathSearch.PathSearchConfigModifier and TypeMethodDescriptionvoid
PathSearch.PathSearchContext.setPathSearchConfig
(PathSearch.PathSearchConfig config) Sets a path search config.Constructors in org.springframework.shell.component with parameters of type PathSearch.PathSearchConfigModifierConstructorDescriptionPathSearch
(org.jline.terminal.Terminal terminal, String name, PathSearch.PathSearchConfig config) PathSearch
(org.jline.terminal.Terminal terminal, String name, PathSearch.PathSearchConfig config, Function<PathSearch.PathSearchContext, List<org.jline.utils.AttributedString>> renderer)