Uses of Class
org.apache.maven.model.building.ModelProblemCollectorRequest
Packages that use ModelProblemCollectorRequest
-
Uses of ModelProblemCollectorRequest in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return ModelProblemCollectorRequestModifier and TypeMethodDescriptionModelProblemCollectorRequest.setException(Exception exception) ModelProblemCollectorRequest.setLocation(InputLocation location) ModelProblemCollectorRequest.setMessage(String message) Methods in org.apache.maven.model.building with parameters of type ModelProblemCollectorRequestModifier and TypeMethodDescriptionvoidDefaultModelProblemCollector.add(ModelProblemCollectorRequest req) voidModelProblemCollector.add(ModelProblemCollectorRequest req) Adds the specified problem. -
Uses of ModelProblemCollectorRequest in org.apache.maven.project.validation
Methods in org.apache.maven.project.validation with parameters of type ModelProblemCollectorRequestModifier and TypeMethodDescriptionvoidDefaultModelValidator.SimpleModelProblemCollector.add(ModelProblemCollectorRequest req)