|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.pmd.parser.PmdMessages
public final class PmdMessages
Provides access to rule descriptions and examples.
| Method Summary | |
|---|---|
static PmdMessages |
getInstance()
Returns the singleton instance. |
java.lang.String |
getMessage(java.lang.String ruleSetName,
java.lang.String ruleName)
Returns the message for the specified PMD rule. |
void |
initialize()
Initializes the rules. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PmdMessages getInstance()
public void initialize()
public java.lang.String getMessage(java.lang.String ruleSetName,
java.lang.String ruleName)
ruleSetName - PMD rule setruleName - PMD rule ID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||