Class SyncInfoFilter
- java.lang.Object
-
- org.eclipse.team.core.synchronize.SyncInfoFilter
-
- Direct Known Subclasses:
FastSyncInfoFilter,SyncInfoFilter.ContentComparisonSyncInfoFilter
public abstract class SyncInfoFilter extends Object
ASyncInfoFiltertests aSyncInfofor inclusion, typically in aSyncInfoSet.- Since:
- 3.0
- See Also:
SyncInfo,SyncInfoSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSyncInfoFilter.ContentComparisonSyncInfoFilterSelectsSyncInfowhose local and remote contents match.
-
Constructor Summary
Constructors Constructor Description SyncInfoFilter()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanselect(SyncInfo info, IProgressMonitor monitor)Returntrueif the providedSyncInfomatches the filter.
-
-
-
Method Detail
-
select
public abstract boolean select(SyncInfo info, IProgressMonitor monitor)
Returntrueif the providedSyncInfomatches the filter.- Parameters:
info- theSyncInfoto be testedmonitor- a progress monitor- Returns:
trueif theSyncInfomatches the filter
-
-