Uses of Class
org.springframework.shell.component.PathSearch.PathScannerResult
Packages that use PathSearch.PathScannerResult
-
Uses of PathSearch.PathScannerResult in org.springframework.shell.component
Methods in org.springframework.shell.component that return PathSearch.PathScannerResultModifier and TypeMethodDescriptionstatic PathSearch.PathScannerResultPathSearch.PathScannerResult.of(List<PathSearch.ScoredPath> scoredPaths, boolean hasFilter) static PathSearch.PathScannerResultPathSearch.PathScannerResult.of(List<PathSearch.ScoredPath> scoredPaths, long dirCount, long fileCount, boolean hasFilter) Method parameters in org.springframework.shell.component with type arguments of type PathSearch.PathScannerResultModifier and TypeMethodDescriptionvoidPathSearch.PathSearchConfig.setPathScanner(Supplier<BiFunction<String, PathSearch.PathSearchContext, PathSearch.PathScannerResult>> pathScanner)