Class CCResultUtilities
java.lang.Object
com.ibm.debug.pdt.codecoverage.ui.CCResultUtilities
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ICCResultAdapterRetrieves a result that can be displayed in the code coverage report viewer
-
Constructor Details
-
CCResultUtilities
public CCResultUtilities()
-
-
Method Details
-
getResult
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
-