|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gmetrics.metricset.ListMetricSet
class ListMetricSet
A MetricSet implementation that returns a static List of Metrics passed into its constructor.
| Constructor Summary | |
ListMetricSet(List metrics)
Construct a new instance from the specified List of metrics. |
|
| Method Summary | |
|---|---|
List
|
getMetrics()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public ListMetricSet(List metrics)
Metric objects; must not be null, but may be empty.
| Method Detail |
|---|
List getMetrics()
Groovy Documentation