Uses of Class
io.github.fastclasspathscanner.ScanResult
-
Packages that use ScanResult Package Description io.github.fastclasspathscanner -
-
Uses of ScanResult in io.github.fastclasspathscanner
Methods in io.github.fastclasspathscanner that return ScanResult Modifier and Type Method Description static ScanResultScanResult. fromJSON(String json)Deserialize a ScanResult from previously-saved JSON.ScanResultFastClasspathScanner. scan()Scans the classpath for matching files, and calls any MatchProcessors if a match is identified.ScanResultFastClasspathScanner. scan(int numThreads)Scans the classpath for matching files, and calls any MatchProcessors if a match is identified.ScanResultFastClasspathScanner. scan(ExecutorService executorService, int numParallelTasks)Scans the classpath for matching files, and calls any MatchProcessors if a match is identified.Methods in io.github.fastclasspathscanner that return types with arguments of type ScanResult Modifier and Type Method Description Future<ScanResult>FastClasspathScanner. scanAsync(ExecutorService executorService, int numParallelTasks)Asynchronously scans the classpath for matching files, and calls any MatchProcessors if a match is identified.Methods in io.github.fastclasspathscanner with parameters of type ScanResult Modifier and Type Method Description voidFastClasspathScanner.ScanResultProcessor. processScanResult(ScanResult scanResult)Process the result of an asynchronous scan after scanning has completed.voidMethodParameterInfo. setScanResult(ScanResult scanResult)
-