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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestExportDriver

      public TestExportDriver()
  • Method Details

    • 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