org.jcoderz.phoenix.report
Class JcReportAntTask.NestedCoberturaElement

java.lang.Object
  extended by org.jcoderz.phoenix.report.JcReportAntTask.NestedToolElement
      extended by org.jcoderz.phoenix.report.JcReportAntTask.NestedCoberturaElement
Enclosing class:
JcReportAntTask

public static class JcReportAntTask.NestedCoberturaElement
extends JcReportAntTask.NestedToolElement


Field Summary
 
Fields inherited from class org.jcoderz.phoenix.report.JcReportAntTask.NestedToolElement
mCommandline, mMaxHeap, mPath, mTask
 
Constructor Summary
JcReportAntTask.NestedCoberturaElement(JcReportAntTask task)
           
 
Method Summary
 File execute(File reportDir, File srcDir, File clsPath)
          Executes the cobertura tool in a separate process.
 void setDatafile(String datafile)
           
 
Methods inherited from class org.jcoderz.phoenix.report.JcReportAntTask.NestedToolElement
createClasspath, setMaxheap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcReportAntTask.NestedCoberturaElement

public JcReportAntTask.NestedCoberturaElement(JcReportAntTask task)
Method Detail

setDatafile

public void setDatafile(String datafile)

execute

public File execute(File reportDir,
                    File srcDir,
                    File clsPath)
Executes the cobertura tool in a separate process.
 [--datafile file]
 [--destination dir]
 source code directory [...]
 

Specified by:
execute in class JcReportAntTask.NestedToolElement


Copyright 2007 The jCoderZ Project.