public static class FastSyncInfoFilter.OrSyncInfoFilter extends FastSyncInfoFilter.CompoundSyncInfoFilter
SyncInfo
that match any of the child filters.FastSyncInfoFilter.AndSyncInfoFilter, FastSyncInfoFilter.AutomergableFilter, FastSyncInfoFilter.CompoundSyncInfoFilter, FastSyncInfoFilter.OrSyncInfoFilter, FastSyncInfoFilter.PseudoConflictFilter, FastSyncInfoFilter.SyncInfoChangeTypeFilter, FastSyncInfoFilter.SyncInfoDirectionFilter
SyncInfoFilter.ContentComparisonSyncInfoFilter
filters
Constructor and Description |
---|
FastSyncInfoFilter.OrSyncInfoFilter(FastSyncInfoFilter[] filters)
Create an OR filter from the given filters
|
Modifier and Type | Method and Description |
---|---|
boolean |
select(SyncInfo info)
Return whether the provided
SyncInfo matches the filter. |
getDirectionAndChangeFilter, select
public FastSyncInfoFilter.OrSyncInfoFilter(FastSyncInfoFilter[] filters)
filters
- the filters to be ORedpublic boolean select(SyncInfo info)
FastSyncInfoFilter
SyncInfo
matches the filter. The default
behavior it to include resources whose syncKind is non-zero.select
in class FastSyncInfoFilter
info
- the SyncInfo
being testedtrue
if the SyncInfo
matches the filter
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.