Class SyncInfoFilter
java.lang.Object
org.eclipse.team.core.synchronize.SyncInfoFilter
- Direct Known Subclasses:
FastSyncInfoFilter,SyncInfoFilter.ContentComparisonSyncInfoFilter
A
SyncInfoFilter tests a SyncInfo for inclusion,
typically in a SyncInfoSet.- Since:
- 3.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSelectsSyncInfowhose local and remote contents match. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanselect(SyncInfo info, IProgressMonitor monitor) Returntrueif the providedSyncInfomatches the filter.
-
Constructor Details
-
SyncInfoFilter
public SyncInfoFilter()
-
-
Method Details
-
select
Returntrueif the providedSyncInfomatches the filter.- Parameters:
info- theSyncInfoto be testedmonitor- a progress monitor- Returns:
trueif theSyncInfomatches the filter
-