|
|||||||||||
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
org.apache.tools.ant.taskdefs.optional.sitraka.CovBase
org.apache.tools.ant.taskdefs.optional.sitraka.CovMerge
Runs the snapshot merge utility for JProbe Coverage.
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 | |
---|---|
CovMerge()
|
Method Summary | |
---|---|
void |
addFileset(FileSet fs)
add a fileset containing the snapshots to include. |
protected void |
checkOptions()
check for mandatory options |
protected java.io.File |
createParamFile()
create the parameters file that contains all file to merge and the output filename. |
void |
execute()
execute the jpcovmerge by providing a parameter file |
protected java.io.File[] |
getSnapshots()
get the snapshots from the filesets |
void |
setTofile(java.io.File value)
Set the output snapshot file. |
void |
setVerbose(boolean flag)
If true, perform the merge in verbose mode giving details about the snapshot processing. |
Methods inherited from class org.apache.tools.ant.taskdefs.optional.sitraka.CovBase |
---|
createTempFile, findCoverageJar, findExecutable, getHome, getParamFileArgument, isJProbe4Plus, setHome |
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 CovMerge()
Method Detail |
public void setTofile(java.io.File value)
public void setVerbose(boolean flag)
public void addFileset(FileSet fs)
public void execute() throws BuildException
execute
in class Task
BuildException
- if something goes wrong with the buildprotected void checkOptions() throws BuildException
BuildException
protected java.io.File[] getSnapshots()
protected java.io.File createParamFile() throws BuildException
BuildException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |