Groovy Documentation

org.gmetrics.metricset
[Groovy] Class MetricSetBuilder

java.lang.Object
  org.gmetrics.metricset.MetricSetBuilder

class MetricSetBuilder

A Builder for MetricSets. Create a MetricSet by calling the metricset method, passing in a Closure defining the contents of the MetricSet. The Closure can contain any combination of the following (as well as arbitrary Groovy code):

Authors:
Chris Mair


Method Summary
MetricSet getMetricSet()

void metricset(groovy.lang.Closure closure)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getMetricSet

MetricSet getMetricSet()


metricset

void metricset(groovy.lang.Closure closure)


 

Groovy Documentation