Uses of Enum Class
org.apache.maven.model.building.ModelProblem.Severity
-
Uses of ModelProblem.Severity in org.apache.maven.model.building
Modifier and TypeMethodDescriptionDefaultModelProblem.getSeverity()
Deprecated.ModelProblem.getSeverity()
Deprecated.Gets the severity level of this problem.ModelProblemCollectorRequest.getSeverity()
Deprecated.static ModelProblem.Severity
Returns the enum constant of this class with the specified name.static ModelProblem.Severity[]
ModelProblem.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDefaultModelProblem
(String message, ModelProblem.Severity severity, ModelProblem.Version version, String source, int lineNumber, int columnNumber, String modelId, Exception exception) Deprecated.Creates a new problem with the specified message and exception.DefaultModelProblem
(String message, ModelProblem.Severity severity, ModelProblem.Version version, Model source, int lineNumber, int columnNumber, Exception exception) Deprecated.Creates a new problem with the specified message and exception.ModelProblemCollectorRequest
(ModelProblem.Severity severity, ModelProblem.Version version) Deprecated.Create a new request with mandatory parameters.