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 TypeMethodDescriptionvoidAdds the specified problem.
-
Field Details
-
result
ModelValidationResult result
-
-
Constructor Details
-
SimpleModelProblemCollector
SimpleModelProblemCollector(ModelValidationResult result)
-
-
Method Details
-
add
Description copied from interface:ModelProblemCollectorAdds the specified problem.- Specified by:
addin interfaceModelProblemCollector- Parameters:
req- must not be null
-