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
Modifier and TypeClassDescriptionstatic class
SelectsSyncInfo
whose local and remote contents match. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
select
(SyncInfo info, IProgressMonitor monitor) Returntrue
if the providedSyncInfo
matches the filter.
-
Constructor Details
-
SyncInfoFilter
public SyncInfoFilter()
-
-
Method Details
-
select
Returntrue
if the providedSyncInfo
matches the filter.- Parameters:
info
- theSyncInfo
to be testedmonitor
- a progress monitor- Returns:
true
if theSyncInfo
matches the filter
-