public class FxCopRuleSet extends Object
| Constructor and Description |
|---|
FxCopRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(Element element)
Parse the element and insert the rule into the rule set.
|
boolean |
contains(String category,
String checkId)
Returns if the rule set contains a rule for the specified category and id
|
FxCopRule |
getRule(String category,
String checkId)
Returns the specified rule if it exists
|
public void addRule(Element element)
element - the elementpublic boolean contains(String category, String checkId)
category - the rule categorycheckId - the rule idtrue if the rule set contains a rule for the specified category and id, false otherwiseCopyright © 2018. All rights reserved.