Package samples
Class TestExportDriver
- java.lang.Object
-
- samples.TestExportDriver
-
public class TestExportDriver extends Object
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 Constructor Description TestExportDriver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)The first parameter is the output file The rest of the parameters are results that should be merged (if there are >1) and exported
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
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
-
-