Uses of Class
io.github.classgraph.ScanResult
-
Uses of ScanResult in io.github.classgraph
Fields in io.github.classgraph declared as ScanResultModifier and TypeFieldDescriptionprotected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.protected ScanResultScanResultObject.scanResultThe scan result.Methods in io.github.classgraph that return ScanResultModifier and TypeMethodDescriptionstatic ScanResultDeserialize a ScanResult from previously-serialized JSON.ClassGraph.scan()Scans the classpath, blocking until the scan is complete.ClassGraph.scan(int numThreads) Scans the classpath with the requested number of threads, blocking until the scan is complete.ClassGraph.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 ScanResultModifier and TypeMethodDescriptionClassGraph.scanAsync(ExecutorService executorService, int numParallelTasks) Asynchronously scans the classpath for matching files, returning aFuture<ScanResult>.Methods in io.github.classgraph with parameters of type ScanResultModifier and TypeMethodDescriptionvoidClassGraph.ScanResultProcessor.processScanResult(ScanResult scanResult) Process the result of an asynchronous scan after scanning has completed.protected voidMethodParameterInfo.setScanResult(ScanResult scanResult) Sets the scan result.