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 and description |
---|
GroovyDslRuleSet
(String path) Construct a new instance on the specified Groovy DSL RuleSet file path |
Construct a new instance on the specified Groovy DSL RuleSet file path
path
- - the path to the Groovy DSL RuleSet definition file, relative to the classpath; must not be empty or null