Uses of Interface
io.quarkus.bootstrap.resolver.maven.ModelResolutionTaskErrorHandler
Packages that use ModelResolutionTaskErrorHandler
-
Uses of ModelResolutionTaskErrorHandler in io.quarkus.bootstrap.resolver.maven
Classes in io.quarkus.bootstrap.resolver.maven that implement ModelResolutionTaskErrorHandlerModifier and TypeClassDescriptionclassError handler that collects all the task execution errors and throws a single one reporting all the captured failures once all the tasks have finished.classThis error handler will collect errors thrown by the Maven resolver trying to acquire read or write locks in the local Maven repository and will re-try the corresponding tasks with a blocking task runner.Methods in io.quarkus.bootstrap.resolver.maven with parameters of type ModelResolutionTaskErrorHandlerModifier and TypeMethodDescriptionstatic ModelResolutionTaskRunnerModelResolutionTaskRunner.getBlockingTaskRunner(ModelResolutionTaskErrorHandler errorHandler) Returns an instance of a blocking task runner with a custom error handler.static ModelResolutionTaskRunnerModelResolutionTaskRunner.getNonBlockingTaskRunner(ModelResolutionTaskErrorHandler errorHandler) Returns an instance of a non-blocking task runner with a custom error handler.