Interface ICCFileFilter
- All Superinterfaces:
ICCFilter,ICCModifier
- All Known Subinterfaces:
ICCFlowpointFilter,ICCLineContentFilter,ICCLineFilter
Represents a filter that includes and excludes files from a code coverage report
- 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 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
-