|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gmetrics.metricset.GroovyDslMetricSet
class GroovyDslMetricSet
A MetricSet
implementation that parses a Groovy DSL of Metric definitions.
The filename passed into the constructor is interpreted relative to the classpath.
Note that this class attempts to read the file and parse the Groovy from within the constructor.
Constructor Summary | |
GroovyDslMetricSet(String path)
Construct a new instance on the specified Groovy DSL MetricSet file path |
Method Summary | |
---|---|
List
|
getMetrics()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public GroovyDslMetricSet(String path)
Method Detail |
---|
List getMetrics()
Groovy Documentation