Uses of Enum
org.apache.maven.settings.building.SettingsProblem.Severity
-
Uses of SettingsProblem.Severity in org.apache.maven.settings.building
Modifier and TypeMethodDescriptionDefaultSettingsProblem.getSeverity()
SettingsProblem.getSeverity()
Gets the severity level of this problem.static SettingsProblem.Severity
Returns the enum constant of this type with the specified name.static SettingsProblem.Severity[]
SettingsProblem.Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SettingsProblemCollector.add
(SettingsProblem.Severity severity, String message, int line, int column, Exception cause) Adds the specified problem.ModifierConstructorDescriptionDefaultSettingsProblem
(String message, SettingsProblem.Severity severity, String source, int lineNumber, int columnNumber, Exception exception) Creates a new problem with the specified message and exception.