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) Deprecated.ModelProblemCollectorRequest.setLocation(InputLocation location) Deprecated.ModelProblemCollectorRequest.setMessage(String message) Deprecated.Methods in org.apache.maven.model.building with parameters of type ModelProblemCollectorRequestModifier and TypeMethodDescriptionvoidModelProblemCollector.add(ModelProblemCollectorRequest req) Deprecated.Adds the specified problem.