Interface ICCFileFilter

All Superinterfaces:
ICCFilter, ICCModifier
All Known Subinterfaces:
ICCFlowpointFilter, ICCLineContentFilter, ICCLineFilter

public interface ICCFileFilter extends ICCFilter
Represents a filter that includes and excludes files from a code coverage report
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether or not the specified file should be included in the code coverage report

    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(ICCFile file)
      Indicates whether or not the specified file should be included in the code coverage report
      Parameters:
      file - the file to filter
      Returns:
      true if the file should be included, false otherwise