Package org.codenarc.ruleset
Class FilteredRuleSet
- java.lang.Object
-
- org.codenarc.ruleset.FilteredRuleSet
-
-
Constructor Summary
Constructors Constructor Description FilteredRuleSet(RuleSet ruleSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExclude(String exclude)voidaddInclude(String include)groovy.lang.MetaClassgetMetaClass()ObjectgetProperty(String property)ListgetRules()ObjectinvokeMethod(String method, Object arguments)voidsetMetaClass(groovy.lang.MetaClass mc)voidsetProperty(String property, Object value)
-
-
-
Constructor Detail
-
FilteredRuleSet
public FilteredRuleSet(RuleSet ruleSet)
-
-
Method Detail
-
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
public Object invokeMethod(String method, Object arguments)
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getProperty
public Object getProperty(String property)
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
public void setProperty(String property, Object value)
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject
-
addInclude
public void addInclude(String include)
-
addExclude
public void addExclude(String exclude)
-
-