|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codenarc.ruleset.CompositeRuleSet
class CompositeRuleSet
A RuleSet
implementation that aggregates a set of RuleSets and Rules.
Constructor Summary | |
CompositeRuleSet()
|
Method Summary | |
---|---|
void
|
addRule(Rule rule)
Add a single Rule to this RuleSet |
void
|
addRuleSet(RuleSet ruleSet)
Add all of the Rules within the specified RuleSet to this RuleSet |
List
|
getRules()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
CompositeRuleSet()
Method Detail |
---|
void addRule(Rule rule)
void addRuleSet(RuleSet ruleSet)
List getRules()
Groovy Documentation