Package org.gmetrics.resultsnode
Class ClassResultsNode
java.lang.Object
org.gmetrics.resultsnode.ClassResultsNode
- All Implemented Interfaces:
groovy.lang.GroovyObject
,ResultsNode
-
Constructor Summary
ConstructorsConstructorDescriptionClassResultsNode
(String name) ClassResultsNode
(String name, String fileName, String filePath) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addClassMetricResult
(ClassMetricResult classMetricResult) boolean
final Map
<String, ResultsNode> final String
final String
final MetricLevel
getLevel()
groovy.lang.MetaClass
getMetricResult
(Metric metric) final List
<MetricResult> final String
getName()
getProperty
(String property) invokeMethod
(String method, Object arguments) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value) toString()
-
Constructor Details
-
ClassResultsNode
-
ClassResultsNode
-
-
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
-
getName
- Specified by:
getName
in interfaceResultsNode
-
getFileName
-
getFilePath
-
getLevel
- Specified by:
getLevel
in interfaceResultsNode
-
getChildren
- Specified by:
getChildren
in interfaceResultsNode
-
getMetricResults
- Specified by:
getMetricResults
in interfaceResultsNode
-
containsClassResults
public boolean containsClassResults()- Specified by:
containsClassResults
in interfaceResultsNode
-
getMetricResult
- Specified by:
getMetricResult
in interfaceResultsNode
-
addClassMetricResult
-
toString
-