Uses of Interface
io.github.lukehutch.fastclasspathscanner.FastClasspathScanner.FailureHandler
-
Packages that use FastClasspathScanner.FailureHandler Package Description io.github.lukehutch.fastclasspathscanner -
-
Uses of FastClasspathScanner.FailureHandler in io.github.lukehutch.fastclasspathscanner
Methods in io.github.lukehutch.fastclasspathscanner with parameters of type FastClasspathScanner.FailureHandler 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.
-