Package net.sourceforge.pmd.cpd
Interface CPDListener
- All Known Implementing Classes:
CPDNullListener,GUI
public interface CPDListener
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INIT
static final int INIT- See Also:
-
HASH
static final int HASH- See Also:
-
MATCH
static final int MATCH- See Also:
-
GROUPING
static final int GROUPING- See Also:
-
DONE
static final int DONE- See Also:
-
-
Method Details
-
addedFile
void addedFile(int fileCount) -
phaseUpdate
void phaseUpdate(int phase)
-