Package org.codenarc.ruleset
Class RuleSetDelegate
java.lang.Object
org.codenarc.ruleset.RuleSetDelegate
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
groovy.lang.MetaClass
getProperty
(String property) void
invokeMethod
(String method, Object arguments) methodMissing
(String name, Object args) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value) void
setRuleSet
(RuleSet value)
-
Constructor Details
-
RuleSetDelegate
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getRuleSet
-
setRuleSet
-
exclude
-
include
-
methodMissing
-