org.jcoderz.phoenix.report
Class PmdFindingType

java.lang.Object
  extended by org.jcoderz.phoenix.report.FindingType
      extended by org.jcoderz.phoenix.report.PmdFindingType

public final class PmdFindingType
extends FindingType

Adds the PMD ruleset description as finding type map.

Author:
Michael Griffel

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jcoderz.phoenix.report.FindingType
FindingType.LazyInit
 
Method Summary
 int getPriority()
          Returns the priority.
static void initialize()
           
 
Methods inherited from class org.jcoderz.phoenix.report.FindingType
equals, fromString, getDescription, getShortText, getSymbol, hashCode, initialize, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

initialize

public static void initialize()

getPriority

public int getPriority()
Returns the priority.

Returns:
the priority.


Copyright 2007 The jCoderZ Project.