Package samples
Class TestExportDriver
java.lang.Object
samples.TestExportDriver
This illustrates imported data in one format (could be a .clcoveragedata file)
and exporting it to the "merged" cczip format
If using a command line then enter the following
java -cp ".;./plugins/com.ibm.debug.pdt.codecoverage.core.results_<version>/lib/ccapi.jar" samples.TestExportDriver
"path_to_output_file"
"one or more paths to the input cc data files"-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestExportDriver
public TestExportDriver()
-
-
Method Details
-
main
The first parameter is the output file The rest of the parameters are results that should be merged (if there are >1) and exported- Parameters:
args- arguments- Throws:
IOException- problems during export
-