Package | Description |
---|---|
org.eclipse.team.core.synchronize |
Application programming interfaces for managing synchronization state.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
Modifier and Type | Class and Description |
---|---|
class |
FastSyncInfoFilter
A specialized
SyncInfoFilter that does not require a progress monitor. |
static class |
FastSyncInfoFilter.AndSyncInfoFilter
Selects
SyncInfo which match all child filters. |
static class |
FastSyncInfoFilter.AutomergableFilter
Selects
SyncInfo instances that are auto-mergable. |
static class |
FastSyncInfoFilter.CompoundSyncInfoFilter
An abstract class which contains a set of
FastSyncInfoFilter instances. |
static class |
FastSyncInfoFilter.OrSyncInfoFilter
Selects
SyncInfo that match any of the child filters. |
static class |
FastSyncInfoFilter.PseudoConflictFilter
Selects
SyncInfo instances that are pseudo-conflicts. |
static class |
FastSyncInfoFilter.SyncInfoChangeTypeFilter
Selects
SyncInfo whose change type match those of the filter. |
static class |
FastSyncInfoFilter.SyncInfoDirectionFilter
Selects
SyncInfo whose change direction match those of the filter. |
static class |
SyncInfoFilter.ContentComparisonSyncInfoFilter
Selects
SyncInfo whose local and remote contents match. |
Modifier and Type | Method and Description |
---|---|
protected void |
SubscriberParticipant.setSyncInfoFilter(SyncInfoFilter filter)
Provide a filter that is used to filter the contents of the sync info set for the participant.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.