Class FastSyncInfoFilter.PseudoConflictFilter
java.lang.Object
org.eclipse.team.core.synchronize.SyncInfoFilter
org.eclipse.team.core.synchronize.FastSyncInfoFilter
org.eclipse.team.core.synchronize.FastSyncInfoFilter.PseudoConflictFilter
- Enclosing class:
FastSyncInfoFilter
Selects
SyncInfo instances that are pseudo-conflicts.-
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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.team.core.synchronize.FastSyncInfoFilter
getDirectionAndChangeFilter, select
-
Constructor Details
-
PseudoConflictFilter
public PseudoConflictFilter()
-
-
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
-