class GroovyDslRuleSet extends java.lang.Object implements RuleSet
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 and description |
---|
GroovyDslRuleSet
(java.lang.String path) Construct a new instance on the specified Groovy DSL RuleSet file path |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List |
getRules()
|
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |