|
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.
| 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 |
| Method Detail |
|---|
void addRule(Rule rule)
rule - - the Rule to add
void addRuleSet(RuleSet ruleSet)
ruleSet - - the RuleSet whose Rules are to be included
List getRules()
Groovy Documentation