org.sonar.plugins.pmd
Class PmdLevelUtils

java.lang.Object
  extended by org.sonar.plugins.pmd.PmdLevelUtils

public final class PmdLevelUtils
extends Object


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

Method Detail

fromLevel

public static RulePriority fromLevel(String level)

toLevel

public static String toLevel(RulePriority priority)


Copyright © 2009-2012 SonarSource. All Rights Reserved.