|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelProblem.Severity | |
---|---|
org.apache.maven.model.building |
Uses of ModelProblem.Severity in org.apache.maven.model.building |
---|
Methods in org.apache.maven.model.building that return ModelProblem.Severity | |
---|---|
ModelProblem.Severity |
ModelProblem.getSeverity()
Gets the severity level of this problem. |
ModelProblem.Severity |
DefaultModelProblem.getSeverity()
|
static ModelProblem.Severity |
ModelProblem.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ModelProblem.Severity[] |
ModelProblem.Severity.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.maven.model.building with parameters of type ModelProblem.Severity | |
---|---|
void |
ModelProblemCollector.add(ModelProblem.Severity severity,
String message,
InputLocation location,
Exception cause)
Adds the specified problem. |
Constructors in org.apache.maven.model.building with parameters of type ModelProblem.Severity | |
---|---|
DefaultModelProblem(String message,
ModelProblem.Severity severity,
Model source,
int lineNumber,
int columnNumber,
Exception exception)
Creates a new problem with the specified message and exception. |
|
DefaultModelProblem(String message,
ModelProblem.Severity severity,
String source,
int lineNumber,
int columnNumber,
String modelId,
Exception exception)
Creates a new problem with the specified message and exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |