Package org.eclipse.team.core.diff.provider
Application programming interfaces for working with diffs.
Package Specification
This package specifies the API for working with diffs. Diffs are used to describe differences between two or more states of the same model. The API supports diff descriptions between model elements and model hierarchies. The API also supports specific diffs for theIResource
model.-
Class Summary Class Description Diff Abstract implementation ofIDiff
that can be subclassed by clients.DiffTree Implementation ofIDiffTree
.ThreeWayDiff Implementation ofIThreeWayDiff
.TwoWayDiff Implementation ofITwoWayDiff
.