Uses of Interface
org.eclipse.team.core.diff.ITwoWayDiff
Package
Description
Application programming interfaces for working with diffs.
Application programming interfaces for working with diffs.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
-
Uses of ITwoWayDiff in org.eclipse.team.core.diff
Modifier and TypeMethodDescriptionIThreeWayDiff.getLocalChange()
Return the local change associated with this delta.IThreeWayDiff.getRemoteChange()
Return the remote change associated with this delta. -
Uses of ITwoWayDiff in org.eclipse.team.core.diff.provider
ModifierConstructorDescriptionThreeWayDiff
(ITwoWayDiff localChange, ITwoWayDiff remoteChange) Create a three-way delta from the two changes. -
Uses of ITwoWayDiff in org.eclipse.team.core.mapping
Modifier and TypeInterfaceDescriptioninterface
A resource diff represents the changes between two resources. -
Uses of ITwoWayDiff in org.eclipse.team.core.mapping.provider