View Javadoc
1 package net.sourceforge.pmd; 2 3 import net.sourceforge.pmd.stat.Metric; 4 5 public interface ReportListener { 6 void ruleViolationAdded(RuleViolation ruleViolation); 7 8 void metricAdded(Metric metric); 9 }

This page was automatically generated by Maven