Uses of Class
org.apache.maven.model.building.ModelProblemCollectorRequest
-
Packages that use ModelProblemCollectorRequest Package Description org.apache.maven.model.building org.apache.maven.project.validation -
-
Uses of ModelProblemCollectorRequest in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return ModelProblemCollectorRequest Modifier and Type Method Description ModelProblemCollectorRequestModelProblemCollectorRequest. setException(java.lang.Exception exception)ModelProblemCollectorRequestModelProblemCollectorRequest. setLocation(InputLocation location)ModelProblemCollectorRequestModelProblemCollectorRequest. setMessage(java.lang.String message)Methods in org.apache.maven.model.building with parameters of type ModelProblemCollectorRequest Modifier and Type Method Description voidDefaultModelProblemCollector. 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 ModelProblemCollectorRequest Modifier and Type Method Description voidDefaultModelValidator.SimpleModelProblemCollector. add(ModelProblemCollectorRequest req)
-