Class CCResultUtilities

java.lang.Object
com.ibm.debug.pdt.codecoverage.ui.CCResultUtilities

public final class CCResultUtilities extends Object
This is a utility class used to create code coverage result objects that can be displayed in the Eclipse IDE UI in the code coverage report viewer
Since:
3.2
Do not extend:
This class is not intended to be subclassed by clients.
Do not instantiate:
This class is not intended to be instantiated by clients.
  • Constructor Details

    • CCResultUtilities

      public CCResultUtilities()
  • Method Details

    • getResult

      public static ICCResultAdapter getResult(String path) throws CCResultsViewException
      Retrieves a result that can be displayed in the code coverage report viewer
      Parameters:
      path - the local path to the *.cczip file
      Returns:
      the result adapter to be used to open a report
      Throws:
      CCResultsViewException - thrown if there is a problem with the file at the provided path