Class SyncInfoSetChangeEvent
java.lang.Object
org.eclipse.team.core.synchronize.SyncInfoSetChangeEvent
- All Implemented Interfaces:
ISyncInfoSetChangeEvent
This event keeps track of the changes in a
SyncInfoSet- Since:
- 3.5
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoiderrorOccurred(ITeamStatus status) SyncInfo[]Returns newly added out-of-syncSyncInfoelements.SyncInfo[]Returns changedSyncInfoelements.Returns the removedIResourceelements for which the set no longer contains on out-of-syncSyncInfo.getSet()Returns theSyncInfoSetthat generated these events.booleanisEmpty()booleanisReset()voidvoidreset()
-
Constructor Details
-
SyncInfoSetChangeEvent
-
-
Method Details
-
added
-
removed
-
changed
-
getAddedResources
Description copied from interface:ISyncInfoSetChangeEventReturns newly added out-of-syncSyncInfoelements.- Specified by:
getAddedResourcesin interfaceISyncInfoSetChangeEvent- Returns:
- newly added
SyncInfoelements or an empty list if this event doesn't contain added resources.
-
getChangedResources
Description copied from interface:ISyncInfoSetChangeEventReturns changedSyncInfoelements. The returned elements are still out-of-sync.- Specified by:
getChangedResourcesin interfaceISyncInfoSetChangeEvent- Returns:
- changed
SyncInfoelements or an empty list if this event doesn't contain changes resources.
-
getRemovedResources
Description copied from interface:ISyncInfoSetChangeEventReturns the removedIResourceelements for which the set no longer contains on out-of-syncSyncInfo. The returned elements are all in-sync resources.- Specified by:
getRemovedResourcesin interfaceISyncInfoSetChangeEvent- Returns:
- removed
SyncInfoelements or an empty list if this event doesn't contain removed resources.
-
getSet
Description copied from interface:ISyncInfoSetChangeEventReturns theSyncInfoSetthat generated these events.- Specified by:
getSetin interfaceISyncInfoSetChangeEvent- Returns:
- the
SyncInfoSetthat generated these events.
-
reset
public void reset() -
isReset
public boolean isReset() -
isEmpty
public boolean isEmpty() -
errorOccurred
-
getErrors
-