Class PathSearch.PathScannerResult
java.lang.Object
org.springframework.shell.component.PathSearch.PathScannerResult
- Enclosing class:
- PathSearch
Result from a path scanning.
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
boolean
static PathSearch.PathScannerResult
of
(List<PathSearch.ScoredPath> scoredPaths, boolean hasFilter) static PathSearch.PathScannerResult
of
(List<PathSearch.ScoredPath> scoredPaths, long dirCount, long fileCount, boolean hasFilter)
-
Method Details
-
of
public static PathSearch.PathScannerResult of(List<PathSearch.ScoredPath> scoredPaths, boolean hasFilter) -
of
public static PathSearch.PathScannerResult of(List<PathSearch.ScoredPath> scoredPaths, long dirCount, long fileCount, boolean hasFilter) -
getScoredPaths
-
getDirCount
public long getDirCount() -
getFileCount
public long getFileCount() -
hasFilter
public boolean hasFilter()
-