|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gmetrics.GMetricsRunner
class GMetricsRunner
Helper class to run GMetrics.
The following properties must be configured before invoking theexecute()
method:
sourceAnalyzer
- An instance of a org.gmetrics.analyzer.SourceAnalyzer
implementation.reportWriters
- The list of ReportWriter
instances. A report is generated
for each element in this list. This list can be empty, but cannot be null.Property Summary | |
---|---|
MetricSet |
metricSet
|
List |
reportWriters
|
SourceAnalyzer |
sourceAnalyzer
|
Constructor Summary | |
GMetricsRunner()
|
Method Summary | |
---|---|
ResultsNode
|
execute()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
MetricSet metricSet
List reportWriters
SourceAnalyzer sourceAnalyzer
Constructor Detail |
---|
GMetricsRunner()
Method Detail |
---|
ResultsNode execute()
Groovy Documentation