Uses of Interface
io.github.classgraph.ClassGraph.FailureHandler
Packages that use ClassGraph.FailureHandler
-
Uses of ClassGraph.FailureHandler in io.github.classgraph
Fields in io.github.classgraph declared as ClassGraph.FailureHandlerModifier and TypeFieldDescriptionprivate final ClassGraph.FailureHandler
Scanner.failureHandler
The failure handler.Methods in io.github.classgraph with parameters of type ClassGraph.FailureHandlerModifier and TypeMethodDescriptionvoid
ClassGraph.scanAsync
(ExecutorService executorService, int numParallelTasks, ClassGraph.ScanResultProcessor scanResultProcessor, ClassGraph.FailureHandler failureHandler) Asynchronously scans the classpath, calling aClassGraph.ScanResultProcessor
callback on success or aClassGraph.FailureHandler
callback on failure.Constructors in io.github.classgraph with parameters of type ClassGraph.FailureHandlerModifierConstructorDescription(package private)
Scanner
(boolean performScan, ScanSpec scanSpec, ExecutorService executorService, int numParallelTasks, ClassGraph.ScanResultProcessor scanResultProcessor, ClassGraph.FailureHandler failureHandler, ReflectionUtils reflectionUtils, LogNode topLevelLog) The classpath scanner.