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