org.apache.tools.ant.taskdefs.optional.sitraka
public class CovMerge extends CovBase
UNKNOWN: name="jpcovmerge" category="metrics"
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 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. |