public static class FastSyncInfoFilter.AndSyncInfoFilter extends FastSyncInfoFilter.CompoundSyncInfoFilter
SyncInfo
which match all child filters.FastSyncInfoFilter.AndSyncInfoFilter, FastSyncInfoFilter.AutomergableFilter, FastSyncInfoFilter.CompoundSyncInfoFilter, FastSyncInfoFilter.OrSyncInfoFilter, FastSyncInfoFilter.PseudoConflictFilter, FastSyncInfoFilter.SyncInfoChangeTypeFilter, FastSyncInfoFilter.SyncInfoDirectionFilter
SyncInfoFilter.ContentComparisonSyncInfoFilter
filters
Constructor and Description |
---|
AndSyncInfoFilter(FastSyncInfoFilter[] filters)
Create an AND 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 AndSyncInfoFilter(FastSyncInfoFilter[] filters)
filters
- the filters to be ANDedpublic 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, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.