Uses of Enum
org.apache.maven.settings.building.SettingsProblem.Severity
Packages that use SettingsProblem.Severity
-
Uses of SettingsProblem.Severity in org.apache.maven.settings.building
Methods in org.apache.maven.settings.building that return SettingsProblem.SeverityModifier 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.Methods in org.apache.maven.settings.building with parameters of type SettingsProblem.SeverityModifier and TypeMethodDescriptionvoid
SettingsProblemCollector.add
(SettingsProblem.Severity severity, String message, int line, int column, Exception cause) Adds the specified problem.Constructors in org.apache.maven.settings.building with parameters of type SettingsProblem.SeverityModifierConstructorDescriptionDefaultSettingsProblem
(String message, SettingsProblem.Severity severity, String source, int lineNumber, int columnNumber, Exception exception) Creates a new problem with the specified message and exception.