Class DefaultModelValidator.SimpleModelProblemCollector
java.lang.Object
org.apache.maven.project.validation.DefaultModelValidator.SimpleModelProblemCollector
- All Implemented Interfaces:
ModelProblemCollector
- Enclosing class:
- DefaultModelValidator
private static class DefaultModelValidator.SimpleModelProblemCollector
extends Object
implements ModelProblemCollector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the specified problem.
-
Field Details
-
result
ModelValidationResult result
-
-
Constructor Details
-
SimpleModelProblemCollector
SimpleModelProblemCollector(ModelValidationResult result)
-
-
Method Details
-
add
Description copied from interface:ModelProblemCollector
Adds the specified problem.- Specified by:
add
in interfaceModelProblemCollector
- Parameters:
req
- must not be null
-