Interface ICCResultAdapter
public interface ICCResultAdapter
This interface describes the code coverage result adapter that is consumable
by the code coverage user interface.
- Since:
- 3.2
- Do not implement:
- This interface is not intended to be implemented by clients.
- Do not extend:
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptioncom.ibm.debug.pdt.codecoverage.core.results.ICCResultRetrieves the Code CoverageICCResultfor this result useisResultAvailable()to check if the result is available.Retrieves the path for the resultbooleanIndicates if the result is available for analysis
-
Method Details
-
getResult
com.ibm.debug.pdt.codecoverage.core.results.ICCResult getResult()Retrieves the Code CoverageICCResultfor this result useisResultAvailable()to check if the result is available. Some adapters may retrieve or process the result when calling this method.- Returns:
- the code coverage result
-
isResultAvailable
boolean isResultAvailable()Indicates if the result is available for analysis- Returns:
- true if the ICCResult is available
-
getResultPath
String getResultPath()Retrieves the path for the result- Returns:
- the result path
-