public class ClassResultsNode extends Object implements ResultsNode, groovy.lang.GroovyObject
| Constructor and Description |
|---|
ClassResultsNode(String name) |
ClassResultsNode(String name,
String fileName,
String filePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassMetricResult(ClassMetricResult classMetricResult) |
boolean |
containsClassResults() |
Map<String,ResultsNode> |
getChildren() |
String |
getFileName() |
String |
getFilePath() |
MetricLevel |
getLevel() |
groovy.lang.MetaClass |
getMetaClass() |
MetricResult |
getMetricResult(Metric metric) |
List<MetricResult> |
getMetricResults() |
String |
getName() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
String |
toString() |
public ClassResultsNode(String name)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getName()
getName in interface ResultsNodepublic String getFileName()
public String getFilePath()
public MetricLevel getLevel()
getLevel in interface ResultsNodepublic Map<String,ResultsNode> getChildren()
getChildren in interface ResultsNodepublic List<MetricResult> getMetricResults()
getMetricResults in interface ResultsNodepublic boolean containsClassResults()
containsClassResults in interface ResultsNodepublic MetricResult getMetricResult(Metric metric)
getMetricResult in interface ResultsNodepublic void addClassMetricResult(ClassMetricResult classMetricResult)
Copyright © 2015. All rights reserved.