| Package | Description | 
|---|---|
| org.apache.maven.settings.building | 
| Modifier and Type | Method and Description | 
|---|---|
SettingsProblem.Severity | 
SettingsProblem.getSeverity()
Gets the severity level of this problem. 
 | 
SettingsProblem.Severity | 
DefaultSettingsProblem.getSeverity()  | 
static SettingsProblem.Severity | 
SettingsProblem.Severity.valueOf(String name)
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 Type | Method and Description | 
|---|---|
void | 
SettingsProblemCollector.add(SettingsProblem.Severity severity,
      String message,
      int line,
      int column,
      Exception cause)
Adds the specified problem. 
 | 
| Constructor and Description | 
|---|
DefaultSettingsProblem(String message,
                                            SettingsProblem.Severity severity,
                                            String source,
                                            int lineNumber,
                                            int columnNumber,
                                            Exception exception)
Creates a new problem with the specified message and exception. 
 | 
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.