|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.types.fxcop.FxCopRuleSet
public class FxCopRuleSet
Internal set containing rules for FxCop
| Constructor Summary | |
|---|---|
FxCopRuleSet()
|
|
| Method Summary | |
|---|---|
void |
addRule(org.w3c.dom.Element element)
Parse the element and insert the rule into the rule set. |
boolean |
contains(java.lang.String category,
java.lang.String checkId)
Returns if the rule set contains a rule for the specified category and id |
FxCopRule |
getRule(java.lang.String category,
java.lang.String checkId)
Returns the specified rule if it exists |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FxCopRuleSet()
| Method Detail |
|---|
public void addRule(org.w3c.dom.Element element)
element - the element
public boolean contains(java.lang.String category,
java.lang.String checkId)
category - the rule categorycheckId - the rule id
public FxCopRule getRule(java.lang.String category,
java.lang.String checkId)
category - the rule categorycheckId - the id of the rule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||