|
|||||||||||
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.CoveragePostCompilerTask
Ant task which corresponds to a Counter. Classpath is used for selecting the jar files and directories to discover the available classes for counting, while the filter is used to select which of those classes will actually be recorded.
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 | |
CoveragePostCompilerTask()
|
Method Summary | |
void |
addFileSet(org.apache.tools.ant.types.FileSet fs)
Add a new fileset instance to this compilation. |
AnalysisModuleType |
createAnalysisModule()
Creates a new analysis module. |
void |
execute()
Perform the task |
void |
setDataDir(java.io.File f)
Sets the directory in which all the data accumulated from the post compilation step will be placed. |
void |
setOutClassDir(java.io.File f)
Sets the directory in which all the recompiled class files will be placed. |
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 CoveragePostCompilerTask()
Method Detail |
public void addFileSet(org.apache.tools.ant.types.FileSet fs)
fs
- the new fileset containing the rules to get the testcases.public void setDataDir(java.io.File f)
public void setOutClassDir(java.io.File f)
public AnalysisModuleType createAnalysisModule()
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 |