Package io.github.classgraph
Interface ClassGraph.ScanResultProcessor
- Enclosing class:
ClassGraph
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback used to process the result of a successful asynchronous scan.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processScanResult
(ScanResult scanResult) Process the result of an asynchronous scan after scanning has completed.
-
Method Details
-
processScanResult
Process the result of an asynchronous scan after scanning has completed.- Parameters:
scanResult
- theScanResult
to process.
-