public interface ThreadSafeReportListener extends ReportListener
| Modifier and Type | Method and Description |
|---|---|
void |
metricAdded(Metric metric)
A new metric point has been reported.
|
void |
ruleViolationAdded(RuleViolation ruleViolation)
A new violation has been found.
|
void ruleViolationAdded(RuleViolation ruleViolation)
ruleViolationAdded in interface ReportListenerruleViolation - the found violation.void metricAdded(Metric metric)
metricAdded in interface ReportListenermetric - the metricCopyright © 2002–2017 PMD. All rights reserved.