Uses of Interface
io.github.classgraph.ClassGraph.FailureHandler
-
Packages that use ClassGraph.FailureHandler Package Description io.github.classgraph -
-
Uses of ClassGraph.FailureHandler in io.github.classgraph
Methods in io.github.classgraph with parameters of type ClassGraph.FailureHandler Modifier and Type Method Description voidClassGraph. scanAsync(ExecutorService executorService, int numParallelTasks, ClassGraph.ScanResultProcessor scanResultProcessor, ClassGraph.FailureHandler failureHandler)Asynchronously scans the classpath, calling aClassGraph.ScanResultProcessorcallback on success or aClassGraph.FailureHandlercallback on failure.
-