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 booleanselect(IDiff diff, IProgressMonitor monitor)Returntrueif the providedIDiffNodematches the filter.
-
-
-
Method Detail
-
select
public abstract boolean select(IDiff diff, IProgressMonitor monitor)
Returntrueif the providedIDiffNodematches the filter.- Parameters:
diff- theIDiffNodeto be testedmonitor- a progress monitor- Returns:
trueif theIDiffNodematches the filter
-
-