|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.ruleset.ListRuleSet
class ListRuleSet
A RuleSet implementation that returns a static List of Rules passed into its constructor.
| Constructor Summary | |
ListRuleSet(List rules)
Construct a new instance from the specified List of rules. |
|
| Method Summary | |
|---|---|
List
|
getRules()
@return a List of Rule objects |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
ListRuleSet(List rules)
rules - - the List of List of Rule objects; must not be null, but may be empty.
| Method Detail |
|---|
List getRules()
Groovy Documentation