Groovy Documentation

org.gmetrics.metricset
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):

author:
Chris Mair
version:
$Revision: 107 $ - $Date: 2010-06-05 07:23:27 -0400 (Sat, 05 Jun 2010) $


Constructor Summary
MetricSetBuilder()

 
Method Summary
MetricSet getMetricSet()

void metricset(groovy.lang.Closure closure)

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

Constructor Detail

MetricSetBuilder

MetricSetBuilder()


 
Method Detail

getMetricSet

MetricSet getMetricSet()


metricset

void metricset(groovy.lang.Closure closure)


 

Groovy Documentation