public class MapMetricResult extends Object implements MetricResult, groovy.lang.GroovyObject
| Constructor and Description |
|---|
MapMetricResult(Metric metric,
MetricLevel metricLevel,
Map<String,Object> map) |
MapMetricResult(Metric metric,
MetricLevel metricLevel,
Map<String,Object> map,
int count) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAt(String name) |
int |
getCount() |
Integer |
getLineNumber() |
groovy.lang.MetaClass |
getMetaClass() |
Metric |
getMetric() |
MetricLevel |
getMetricLevel() |
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 MapMetricResult(Metric metric, MetricLevel metricLevel, Map<String,Object> map)
public MapMetricResult(Metric metric, MetricLevel metricLevel, Map<String,Object> map, int count)
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 Metric getMetric()
getMetric in interface MetricResultpublic MetricLevel getMetricLevel()
getMetricLevel in interface MetricResultpublic Integer getLineNumber()
getLineNumber in interface MetricResultpublic int getCount()
getCount in interface MetricResultpublic Object getAt(String name)
getAt in interface MetricResultCopyright © 2015. All rights reserved.