|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.checkstyle.rules.CheckStyleRules
public final class CheckStyleRules
Reads the meta data of the Checkstyle rules from the DocBook files of the Checkstyle distribution.
| Method Summary | |
|---|---|
java.lang.String |
getDescription(java.lang.String name)
Returns the description of the Checkstyle rule with the specified name. |
static CheckStyleRules |
getInstance()
Returns the singleton instance. |
Rule |
getRule(java.lang.String name)
Returns the Checkstyle rule with the specified name. |
java.util.Collection<Rule> |
getRules()
Returns all Checkstyle rules. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CheckStyleRules getInstance()
public java.util.Collection<Rule> getRules()
public Rule getRule(java.lang.String name)
name - the name of the rule
public java.lang.String getDescription(java.lang.String name)
name - the name of the rule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||