Interface ICCBaseFilter
- All Superinterfaces:
ICCFilter,ICCModifier
Represent a filter that includes/excludes any code coverage item
- Since:
- 4.0
-
Method Summary
Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.filters.ICCFilter
getIdMethods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.ICCModifier
dispose
-
Method Details
-
accept
Indicates whether or not this filter matches the specified item- Parameters:
baseItem- the code coverage result item- Returns:
- true if the item matches the filter, false otherwise
-