org.apache.tools.ant.taskdefs.optional.sitraka
Class CovMerge
Runs the snapshot merge utility for JProbe Coverage.
void | addFileset(FileSet fs) - add a fileset containing the snapshots to include.
|
protected void | checkOptions() - check for mandatory options
|
protected 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 File[] | getSnapshots() - get the snapshots from the filesets
|
void | setTofile(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.
|
execute , 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 |
CovMerge
public CovMerge()
Sole constructor.
addFileset
public void addFileset(FileSet fs)
add a fileset containing the snapshots to include.
checkOptions
protected void checkOptions()
throws BuildException
check for mandatory options
createParamFile
protected File createParamFile()
throws BuildException
create the parameters file that contains all file to merge
and the output filename.
execute
public void execute()
throws BuildException
execute the jpcovmerge by providing a parameter file
- execute in interface Task
getSnapshots
protected File[] getSnapshots()
get the snapshots from the filesets
setTofile
public void setTofile(File value)
Set the output snapshot file.
setVerbose
public void setVerbose(boolean flag)
If true, perform the merge in verbose mode giving details
about the snapshot processing.
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.