Package net.sourceforge.pmd.cpd
Class GUI
- java.lang.Object
-
- net.sourceforge.pmd.cpd.GUI
-
- All Implemented Interfaces:
CPDListener
public class GUI extends Object implements CPDListener
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<Match>LABEL_COMPARATOR
-
Constructor Summary
Constructors Constructor Description GUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddedFile(int fileCount)StringgetPhaseText(int phase)static voidmain(String[] args)voidphaseUpdate(int phase)
-
-
-
Field Detail
-
LABEL_COMPARATOR
public static final Comparator<Match> LABEL_COMPARATOR
-
-
Method Detail
-
phaseUpdate
public void phaseUpdate(int phase)
- Specified by:
phaseUpdatein interfaceCPDListener
-
getPhaseText
public String getPhaseText(int phase)
-
addedFile
public void addedFile(int fileCount)
- Specified by:
addedFilein interfaceCPDListener
-
main
public static void main(String[] args)
-
-