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