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 TypeMethodDescriptionvoid
DefaultModelProblemCollector.add
(ModelProblemCollectorRequest req) void
ModelProblemCollector.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 TypeMethodDescriptionvoid
DefaultModelValidator.SimpleModelProblemCollector.add
(ModelProblemCollectorRequest req)