Class FastSyncInfoFilter.OrSyncInfoFilter
java.lang.Object
org.eclipse.team.core.synchronize.SyncInfoFilter
org.eclipse.team.core.synchronize.FastSyncInfoFilter
org.eclipse.team.core.synchronize.FastSyncInfoFilter.CompoundSyncInfoFilter
org.eclipse.team.core.synchronize.FastSyncInfoFilter.OrSyncInfoFilter
- Enclosing class:
FastSyncInfoFilter
public static class FastSyncInfoFilter.OrSyncInfoFilter
extends FastSyncInfoFilter.CompoundSyncInfoFilter
Selects
SyncInfo that match any of the child filters.-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.team.core.synchronize.FastSyncInfoFilter
FastSyncInfoFilter.AndSyncInfoFilter, FastSyncInfoFilter.AutomergableFilter, FastSyncInfoFilter.CompoundSyncInfoFilter, FastSyncInfoFilter.OrSyncInfoFilter, FastSyncInfoFilter.PseudoConflictFilter, FastSyncInfoFilter.SyncInfoChangeTypeFilter, FastSyncInfoFilter.SyncInfoDirectionFilterNested classes/interfaces inherited from class org.eclipse.team.core.synchronize.SyncInfoFilter
SyncInfoFilter.ContentComparisonSyncInfoFilter -
Field Summary
Fields inherited from class org.eclipse.team.core.synchronize.FastSyncInfoFilter.CompoundSyncInfoFilter
filters -
Constructor Summary
ConstructorsConstructorDescriptionOrSyncInfoFilter(FastSyncInfoFilter[] filters) Create an OR filter from the given filters -
Method Summary
Methods inherited from class org.eclipse.team.core.synchronize.FastSyncInfoFilter
getDirectionAndChangeFilter, select
-
Constructor Details
-
OrSyncInfoFilter
Create an OR filter from the given filters- Parameters:
filters- the filters to be ORed
-
-
Method Details
-
select
Description copied from class:FastSyncInfoFilterReturn whether the providedSyncInfomatches the filter. The default behavior it to include resources whose syncKind is non-zero.- Overrides:
selectin classFastSyncInfoFilter- Parameters:
info- theSyncInfobeing tested- Returns:
trueif theSyncInfomatches the filter
-