View Javadoc
1 package net.sourceforge.pmd.cpd; 2 3 import java.io.File; 4 5 public interface CPDListener { 6 void addedFile(int fileCount, File file); 7 void comparisonCountUpdate(long comparisons); 8 }

This page was automatically generated by Maven