public abstract static class FastSyncInfoFilter.CompoundSyncInfoFilter extends FastSyncInfoFilter
FastSyncInfoFilter instances.
Subclasses must provide the select(SyncInfo) method for determining
matches.FastSyncInfoFilter.AndSyncInfoFilter, FastSyncInfoFilter.AutomergableFilter, FastSyncInfoFilter.CompoundSyncInfoFilter, FastSyncInfoFilter.OrSyncInfoFilter, FastSyncInfoFilter.PseudoConflictFilter, FastSyncInfoFilter.SyncInfoChangeTypeFilter, FastSyncInfoFilter.SyncInfoDirectionFilterSyncInfoFilter.ContentComparisonSyncInfoFilter| Modifier and Type | Field and Description |
|---|---|
protected FastSyncInfoFilter[] |
filters
Instance variable which contains all the child filters for this compound filter.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CompoundSyncInfoFilter(FastSyncInfoFilter[] filters)
Create a compound filter that contains the provided filters.
|
protected FastSyncInfoFilter[] filters
protected CompoundSyncInfoFilter(FastSyncInfoFilter[] filters)
filters - the child filters
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.