Uses of Class
io.github.classgraph.ScanResult
-
Packages that use ScanResult Package Description io.github.classgraph -
-
Uses of ScanResult in io.github.classgraph
Methods in io.github.classgraph that return ScanResult Modifier and Type Method Description static ScanResultScanResult. fromJSON(String json)Deserialize a ScanResult from previously-serialized JSON.ScanResultClassGraph. scan()Scans the classpath, blocking until the scan is complete.ScanResultClassGraph. scan(int numThreads)Scans the classpath with the requested number of threads, blocking until the scan is complete.ScanResultClassGraph. scan(ExecutorService executorService, int numParallelTasks)Scans the classpath using the requestedExecutorServiceand the requested degree of parallelism, blocking until the scan is complete.Methods in io.github.classgraph that return types with arguments of type ScanResult Modifier and Type Method Description Future<ScanResult>ClassGraph. scanAsync(ExecutorService executorService, int numParallelTasks)Asynchronously scans the classpath for matching files, returning aFuture<ScanResult>.Methods in io.github.classgraph with parameters of type ScanResult Modifier and Type Method Description voidClassGraph.ScanResultProcessor. processScanResult(ScanResult scanResult)Process the result of an asynchronous scan after scanning has completed.protected voidMethodParameterInfo. setScanResult(ScanResult scanResult)
-