|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codenarc.ruleset.GroovyDslRuleSet
class GroovyDslRuleSet
A RuleSet
implementation that parses a Groovy DSL of RuleSet definitions.
The filename passed into the constructor is interpreted relative to the classpath.
Note that this class attempts to read the file and parse the Groovy from within the constructor.
Constructor Summary | |
GroovyDslRuleSet(String path)
Construct a new instance on the specified Groovy DSL RuleSet file path |
Method Summary | |
---|---|
List
|
getRules()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public GroovyDslRuleSet(String path)
Method Detail |
---|
List getRules()
Groovy Documentation