Class PackageResultsNode
java.lang.Object
org.gmetrics.resultsnode.PackageResultsNode
- All Implemented Interfaces:
groovy.lang.GroovyObject, ResultsNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(String name, ResultsNode child) voidaddChildIfNotEmpty(String name, ResultsNode child) voidapplyMetric(Metric metric) booleanfinal MetricLevelgetLevel()groovy.lang.MetaClassgetMetricResult(Metric metric) final List<MetricResult> final StringgetName()final Stringfinal StringgetPath()getProperty(String property) invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value) toString()
-
Constructor Details
-
PackageResultsNode
-
-
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
-
getName
- Specified by:
getNamein interfaceResultsNode
-
getPackageName
-
getPath
-
getLevel
- Specified by:
getLevelin interfaceResultsNode
-
getMetricResults
- Specified by:
getMetricResultsin interfaceResultsNode
-
getChildren
- Specified by:
getChildrenin interfaceResultsNode
-
containsClassResults
public boolean containsClassResults()- Specified by:
containsClassResultsin interfaceResultsNode
-
getMetricResult
- Specified by:
getMetricResultin interfaceResultsNode
-
addChildIfNotEmpty
-
addChild
-
applyMetric
-
toString
-