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
Fields in org.apache.maven.settings.building declared as SettingsProblem.SeverityModifier and TypeFieldDescriptionprivate final SettingsProblem.Severity
DefaultSettingsProblem.severity
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
DefaultSettingsProblemCollector.add
(SettingsProblem.Severity severity, String message, int line, int column, Exception cause) void
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. -
Uses of SettingsProblem.Severity in org.apache.maven.settings.validation
Methods in org.apache.maven.settings.validation with parameters of type SettingsProblem.SeverityModifier and TypeMethodDescriptionprivate static void
DefaultSettingsValidator.addViolation
(SettingsProblemCollector problems, SettingsProblem.Severity severity, String fieldName, String sourceHint, String message) private static boolean
DefaultSettingsValidator.validateBannedCharacters
(SettingsProblemCollector problems, String fieldName, SettingsProblem.Severity severity, String string, String sourceHint, String banned)