public final class ModelProblemCollectorRequest
extends java.lang.Object
| Constructor and Description |
|---|
ModelProblemCollectorRequest(ModelProblem.Severity severity,
ModelProblem.Version version)
Create a new request with mandatory parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException() |
org.apache.maven.model.InputLocation |
getLocation() |
java.lang.String |
getMessage() |
ModelProblem.Severity |
getSeverity() |
ModelProblem.Version |
getVersion() |
ModelProblemCollectorRequest |
setException(java.lang.Exception exception) |
ModelProblemCollectorRequest |
setLocation(org.apache.maven.model.InputLocation location) |
ModelProblemCollectorRequest |
setMessage(java.lang.String message) |
public ModelProblemCollectorRequest(ModelProblem.Severity severity, ModelProblem.Version version)
severity - version - public ModelProblem.Severity getSeverity()
public ModelProblem.Version getVersion()
public java.lang.Exception getException()
public ModelProblemCollectorRequest setException(java.lang.Exception exception)
public java.lang.String getMessage()
public ModelProblemCollectorRequest setMessage(java.lang.String message)
public org.apache.maven.model.InputLocation getLocation()
public ModelProblemCollectorRequest setLocation(org.apache.maven.model.InputLocation location)