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.
|