Package org.apache.maven.model.building
Class ModelProblemUtils
java.lang.Object
org.apache.maven.model.building.ModelProblemUtils
Deprecated.
Assists in the handling of model problems.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatLocation
(ModelProblem problem, String projectId) Deprecated.Creates a string with all ___location details for the specified model problem.
-
Constructor Details
-
ModelProblemUtils
public ModelProblemUtils()Deprecated.
-
-
Method Details
-
formatLocation
Deprecated.Creates a string with all ___location details for the specified model problem. If the project identifier is provided, the generated ___location will omit the model id and source information and only give line/column information for problems originating directly from this POM.- Parameters:
problem
- The problem whose ___location should be formatted, must not benull
.projectId
- The<groupId>:<artifactId>:<version>
of the corresponding project, may benull
to force output of model id and source.- Returns:
- The formatted problem ___location or an empty string if unknown, never
null
.
-
ModelBuilder
instead