Package org.eclipse.team.core.diff
Class DiffFilter
java.lang.Object
org.eclipse.team.core.diff.DiffFilter
- Direct Known Subclasses:
FastDiffFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
select
(IDiff diff, IProgressMonitor monitor) Returntrue
if the providedIDiffNode
matches the filter.
-
Constructor Details
-
DiffFilter
public DiffFilter()
-
-
Method Details
-
select
Returntrue
if the providedIDiffNode
matches the filter.- Parameters:
diff
- theIDiffNode
to be testedmonitor
- a progress monitor- Returns:
true
if theIDiffNode
matches the filter
-