|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gmetrics.report.MetricCriteriaFilterHelper
class MetricCriteriaFilterHelper
Provides common static helper methods for classes that provides data and behavior for enabling reports to filter the results included within a report based a filter map keyed on the metric name.
| Method Summary | |
|---|---|
protected static boolean
|
includesName(Map criteriaMap, Metric metric, String name)
|
protected static Map
|
parseCriteria(String criteria)
Parse the criteria string |
protected static void
|
parseCriteriaForSingleMetric(Map criteriaMap, String metricCriteria)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Method Detail |
|---|
protected static boolean includesName(Map criteriaMap, Metric metric, String name)
protected static Map parseCriteria(String criteria)
criteria - - the String of the form
protected static void parseCriteriaForSingleMetric(Map criteriaMap, String metricCriteria)
Groovy Documentation