| Package | Description |
|---|---|
| org.apache.maven.model.building |
| Modifier and Type | Method and Description |
|---|---|
ModelProblemCollectorRequest |
ModelProblemCollectorRequest.setException(java.lang.Exception exception) |
ModelProblemCollectorRequest |
ModelProblemCollectorRequest.setLocation(org.apache.maven.model.InputLocation location) |
ModelProblemCollectorRequest |
ModelProblemCollectorRequest.setMessage(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelProblemCollector.add(ModelProblemCollectorRequest req)
Adds the specified problem.
|