Package org.eclipse.team.core.diff
Class DiffFilter
- java.lang.Object
-
- org.eclipse.team.core.diff.DiffFilter
-
- Direct Known Subclasses:
FastDiffFilter
public abstract class DiffFilter extends Object
-
-
Constructor Summary
Constructors Constructor Description DiffFilter()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
select(IDiff diff, IProgressMonitor monitor)
Returntrue
if the providedIDiffNode
matches the filter.
-
-
-
Method Detail
-
select
public abstract boolean select(IDiff diff, IProgressMonitor monitor)
Returntrue
if the providedIDiffNode
matches the filter.- Parameters:
diff
- theIDiffNode
to be testedmonitor
- a progress monitor- Returns:
true
if theIDiffNode
matches the filter
-
-