Uses of Interface
io.github.lukehutch.fastclasspathscanner.FastClasspathScanner.ScanResultProcessor
-
Packages that use FastClasspathScanner.ScanResultProcessor Package Description io.github.lukehutch.fastclasspathscanner -
-
Uses of FastClasspathScanner.ScanResultProcessor in io.github.lukehutch.fastclasspathscanner
Methods in io.github.lukehutch.fastclasspathscanner with parameters of type FastClasspathScanner.ScanResultProcessor Modifier and Type Method Description void
FastClasspathScanner. scanAsync(ExecutorService executorService, int numParallelTasks, FastClasspathScanner.ScanResultProcessor scanResultProcessor, FastClasspathScanner.FailureHandler failureHandler)
Asynchronously scans the classpath for matching files, and if runAsynchronously is true, also calls any MatchProcessors if a match is identified.
-