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 java.lang.Object implements ModelProblemCollector
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ModelValidationResult
result
-
Constructor Summary
Constructors Constructor Description SimpleModelProblemCollector(ModelValidationResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(ModelProblemCollectorRequest req)
Adds the specified problem.
-
-
-
Field Detail
-
result
ModelValidationResult result
-
-
Constructor Detail
-
SimpleModelProblemCollector
SimpleModelProblemCollector(ModelValidationResult result)
-
-
Method Detail
-
add
public void add(ModelProblemCollectorRequest req)
Description copied from interface:ModelProblemCollector
Adds the specified problem.- Specified by:
add
in interfaceModelProblemCollector
- Parameters:
req
- must not be null
-
-