Groovy Documentation

org.gmetrics
[Groovy] Class GMetricsRunner

java.lang.Object
  org.gmetrics.GMetricsRunner

class GMetricsRunner

Helper class to run GMetrics.

The following properties must be configured before invoking the execute() method:

NOTE: This is an internal class. Its API is subject to change.
Authors:
Chris Mair
Version:
\$Revision: 95 \$ - \$Date: 2010-03-08 22:00:10 -0500 (Mon, 08 Mar 2010) \$


Property Summary
MetricSet metricSet

List reportWriters

SourceAnalyzer sourceAnalyzer

 
Method Summary
ResultsNode execute()

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

Property Detail

metricSet

MetricSet metricSet


reportWriters

List reportWriters


sourceAnalyzer

SourceAnalyzer sourceAnalyzer


 
Method Detail

execute

ResultsNode execute()


 

Groovy Documentation