Interface ICCBaseFilter

All Superinterfaces:
ICCFilter, ICCModifier

public interface ICCBaseFilter extends ICCFilter
Represent a filter that includes/excludes any code coverage item
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(ICCBase baseItem)
    Indicates whether or not this filter matches the specified item

    Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.filters.ICCFilter

    getId

    Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.ICCModifier

    dispose
  • Method Details

    • accept

      boolean accept(ICCBase baseItem)
      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