|
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()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public ListRuleSet(List rules)
Rule
objects; must not be null, but may be empty.
Method Detail |
---|
List getRules()
Groovy Documentation