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 ScanResult
ScanResult. fromJSON(String json)
Deserialize a ScanResult from previously-saved JSON.ScanResult
FastClasspathScanner. scan()
Scans the classpath for matching files, and calls any MatchProcessors if a match is identified.ScanResult
FastClasspathScanner. scan(int numThreads)
Scans the classpath for matching files, and calls any MatchProcessors if a match is identified.ScanResult
FastClasspathScanner. 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 void
FastClasspathScanner.ScanResultProcessor. processScanResult(ScanResult scanResult)
Process the result of an asynchronous scan after scanning has completed.void
MethodParameterInfo. setScanResult(ScanResult scanResult)
-