|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask
Ant task that creates an XML coverage report.
Field Summary |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
CoverageReportTask()
Deprecated. |
Method Summary | |
SimpleHtmlReportStyle |
createSimpleStyle()
Deprecated. |
SourceHtmlReportStyle |
createSourceStyle()
Deprecated. |
void |
execute()
Deprecated. |
void |
setDataDir(java.io.File f)
Deprecated. |
void |
setFailOnError(boolean val)
Deprecated. |
void |
setLogDir(java.io.File f)
Deprecated. |
void |
setOutDir(java.io.File f)
Deprecated. |
void |
setReportFileExtension(java.lang.String s)
Deprecated. |
void |
setReportFilePrefix(java.lang.String s)
Deprecated. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CoverageReportTask()
Method Detail |
public void setDataDir(java.io.File f)
public void setLogDir(java.io.File f)
public void setOutDir(java.io.File f)
public void setReportFilePrefix(java.lang.String s)
public void setReportFileExtension(java.lang.String s)
public void setFailOnError(boolean val)
public SimpleHtmlReportStyle createSimpleStyle()
public SourceHtmlReportStyle createSourceStyle()
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |