|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.building.ModelProblemUtils
public class ModelProblemUtils
Assists in the handling of model problems.
Constructor Summary | |
---|---|
ModelProblemUtils()
|
Method Summary | |
---|---|
static java.lang.String |
formatLocation(ModelProblem problem,
java.lang.String projectId)
Creates a string with all location details for the specified model problem. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelProblemUtils()
Method Detail |
---|
public static java.lang.String formatLocation(ModelProblem problem, java.lang.String projectId)
problem
- The problem whose location should be formatted, must not be null
.projectId
- The <groupId>:<artifactId>:<version>
of the corresponding project, may be null
to force output of model id and source.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |