org.jcoderz.phoenix.report
Class JcReportAntTask.NestedCpdElement
java.lang.Object
org.jcoderz.phoenix.report.JcReportAntTask.NestedToolElement
org.jcoderz.phoenix.report.JcReportAntTask.NestedCpdElement
- Enclosing class:
- JcReportAntTask
public static class JcReportAntTask.NestedCpdElement
- extends JcReportAntTask.NestedToolElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcReportAntTask.NestedCpdElement
public JcReportAntTask.NestedCpdElement(JcReportAntTask task)
setMinimumtokens
public void setMinimumtokens(String minimumtokens)
setEncoding
public void setEncoding(String encoding)
setOutputEncoding
public void setOutputEncoding(String encoding)
execute
public File execute(File reportDir,
File srcDir,
File clsDir)
- Executes the cpd tool in a separate process.
The following command line switches are supported by this method:
CPD --minimum-tokens xxx --files xxx
- Specified by:
execute in class JcReportAntTask.NestedToolElement
Copyright 2007 The jCoderZ Project.