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.Type | Name and description |
---|---|
MetricSet |
metricSet |
List |
reportWriters |
SourceAnalyzer |
sourceAnalyzer |