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