Interface ICCFilter
- All Superinterfaces:
ICCModifier
- All Known Subinterfaces:
ICCBaseFilter,ICCFileFilter,ICCFlowpointFilter,ICCLineContentFilter,ICCLineFilter
A general representation for a code coverage filter
- Since:
- 4.0
-
Method Summary
Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.ICCModifier
dispose
-
Method Details
-
getId
String getId()Retrieves the ID for the filter. Used in visible messages.
It is recommended to keep the ID under 10 characters.- Returns:
- the ID of the filter
-