public abstract class AbstractPackageCouplingMetric extends AbstractMetric implements groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
protected static String |
REFERENCED_PACKAGES |
| Constructor and Description |
|---|
AbstractPackageCouplingMetric() |
| Modifier and Type | Method and Description |
|---|---|
protected ClassMetricResult |
calculateForClass(org.codehaus.groovy.ast.ClassNode classNode,
SourceCode sourceCode) |
MetricLevel |
getBaseLevel() |
String |
getIgnorePackageNames() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setIgnorePackageNames(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
applyToClass, applyToPackage, calculateForPackage, createAggregateMetricResult, createAggregateMetricResult, getEnabled, getFunctions, isEnabled, isNotAnInterface, setEnabled, setFunctionsprotected static String REFERENCED_PACKAGES
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class AbstractMetricpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class AbstractMetricpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class AbstractMetricpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class AbstractMetricpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class AbstractMetricpublic MetricLevel getBaseLevel()
getBaseLevel in interface Metricpublic String getIgnorePackageNames()
public void setIgnorePackageNames(String value)
protected ClassMetricResult calculateForClass(org.codehaus.groovy.ast.ClassNode classNode, SourceCode sourceCode)
calculateForClass in class AbstractMetricCopyright © 2015. All rights reserved.