Uses of Class
org.apache.maven.settings.building.SettingsProblem.Severity

Packages that use SettingsProblem.Severity
org.apache.maven.settings.building   
 

Uses of SettingsProblem.Severity in org.apache.maven.settings.building
 

Methods in org.apache.maven.settings.building that return SettingsProblem.Severity
 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.
 

Methods in org.apache.maven.settings.building with parameters of type SettingsProblem.Severity
 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.Severity
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-2012 The Apache Software Foundation. All Rights Reserved.