Package org.eclipse.team.core.diff
Class DiffFilter
java.lang.Object
org.eclipse.team.core.diff.DiffFilter
- Direct Known Subclasses:
FastDiffFilter
- Since:
- 3.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanselect(IDiff diff, IProgressMonitor monitor) Returntrueif the providedIDiffNodematches the filter.
-
Constructor Details
-
DiffFilter
public DiffFilter()
-
-
Method Details
-
select
Returntrueif the providedIDiffNodematches the filter.- Parameters:
diff- theIDiffNodeto be testedmonitor- a progress monitor- Returns:
trueif theIDiffNodematches the filter
-