org.sonar.plugins.checkstyle
Class CheckstyleSeverityUtils

java.lang.Object
  extended by org.sonar.plugins.checkstyle.CheckstyleSeverityUtils

public final class CheckstyleSeverityUtils
extends Object


Method Summary
static RulePriority fromSeverity(String severity)
           
static String toSeverity(RulePriority priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toSeverity

public static String toSeverity(RulePriority priority)

fromSeverity

public static RulePriority fromSeverity(String severity)


Copyright © 2009-2012 SonarSource. All Rights Reserved.