net.sourceforge.pmd.cpd
Class CPD
java.lang.Object
net.sourceforge.pmd.cpd.CPD
public class CPD
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CPD
public CPD(CPDConfiguration theConfiguration)
setCpdListener
public void setCpdListener(CPDListener cpdListener)
go
public void go()
getMatches
public Iterator<Match> getMatches()
add
public void add(File file)
throws IOException
- Throws:
IOException
addAllInDirectory
public void addAllInDirectory(String dir)
throws IOException
- Throws:
IOException
addRecursively
public void addRecursively(String dir)
throws IOException
- Throws:
IOException
add
public void add(List<File> files)
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
showUsage
public static void showUsage()
Copyright © 2002-2012 InfoEther. All Rights Reserved.