|
|||||||||||
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 the compiles the class files into coverage files. Now, also generates the properties file for you.
Nested Class Summary | |
static class |
CoveragePostCompilerTask.Configuration
Deprecated. |
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()
Deprecated. |
Method Summary | |
void |
addFileSet(org.apache.tools.ant.types.FileSet fs)
Deprecated. Add a new fileset instance to this compilation. |
AnalysisModuleType |
createAnalysisModule()
Deprecated. Creates a new analysis module. |
CoveragePostCompilerTask.Configuration |
createLogSettings()
Deprecated. Create the property file settings. |
void |
execute()
Deprecated. Perform the task |
void |
setDataDir(java.io.File f)
Deprecated. Sets the directory in which all the data accumulated from the post compilation step will be placed. |
void |
setOutClassDir(java.io.File f)
Deprecated. 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 CoveragePostCompilerTask.Configuration createLogSettings() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
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 |