public static class FastSyncInfoFilter.PseudoConflictFilter extends FastSyncInfoFilter
SyncInfo
instances that are pseudo-conflicts.FastSyncInfoFilter.AndSyncInfoFilter, FastSyncInfoFilter.AutomergableFilter, FastSyncInfoFilter.CompoundSyncInfoFilter, FastSyncInfoFilter.OrSyncInfoFilter, FastSyncInfoFilter.PseudoConflictFilter, FastSyncInfoFilter.SyncInfoChangeTypeFilter, FastSyncInfoFilter.SyncInfoDirectionFilter
SyncInfoFilter.ContentComparisonSyncInfoFilter
Constructor and Description |
---|
PseudoConflictFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
select(SyncInfo info)
Return whether the provided
SyncInfo matches the filter. |
getDirectionAndChangeFilter, select
public 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.