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
-
-
Constructor Summary
Constructors Constructor Description GUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addedFile(int fileCount, File file)
String
getPhaseText(int phase)
static void
main(String[] args)
void
phaseUpdate(int phase)
-
-
-
Method Detail
-
phaseUpdate
public void phaseUpdate(int phase)
- Specified by:
phaseUpdate
in interfaceCPDListener
-
getPhaseText
public String getPhaseText(int phase)
-
addedFile
public void addedFile(int fileCount, File file)
- Specified by:
addedFile
in interfaceCPDListener
-
main
public static void main(String[] args)
-
-