| Package | Description |
|---|---|
| org.apache.maven.model.building |
| Modifier and Type | Method and Description |
|---|---|
ModelProblem.Version |
ModelProblem.getVersion()
Gets the applicable maven version/validation level of this problem
|
ModelProblem.Version |
DefaultModelProblem.getVersion() |
ModelProblem.Version |
ModelProblemCollectorRequest.getVersion() |
static ModelProblem.Version |
ModelProblem.Version.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelProblem.Version[] |
ModelProblem.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultModelProblem(java.lang.String message,
ModelProblem.Severity severity,
ModelProblem.Version version,
org.apache.maven.model.Model source,
int lineNumber,
int columnNumber,
java.lang.Exception exception)
Creates a new problem with the specified message and exception.
|
DefaultModelProblem(java.lang.String message,
ModelProblem.Severity severity,
ModelProblem.Version version,
java.lang.String source,
int lineNumber,
int columnNumber,
java.lang.String modelId,
java.lang.Exception exception)
Creates a new problem with the specified message and exception.
|
ModelProblemCollectorRequest(ModelProblem.Severity severity,
ModelProblem.Version version)
Create a new request with mandatory parameters.
|