Package | Description |
---|---|
org.eclipse.team.core.diff |
Application programming interfaces for working with diffs.
|
org.eclipse.team.core.diff.provider |
Application programming interfaces for working with diffs.
|
org.eclipse.team.core.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.core.mapping.provider |
Application programming interfaces for working with resource mappings.
|
Modifier and Type | Method and Description |
---|---|
ITwoWayDiff |
IThreeWayDiff.getLocalChange()
Return the local change associated with this delta.
|
ITwoWayDiff |
IThreeWayDiff.getRemoteChange()
Return the remote change associated with this delta.
|
Modifier and Type | Class and Description |
---|---|
class |
TwoWayDiff
Implementation of
ITwoWayDiff . |
Modifier and Type | Method and Description |
---|---|
ITwoWayDiff |
ThreeWayDiff.getLocalChange() |
ITwoWayDiff |
ThreeWayDiff.getRemoteChange() |
Constructor and Description |
---|
ThreeWayDiff(ITwoWayDiff localChange,
ITwoWayDiff remoteChange)
Create a three-way delta from the two changes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IResourceDiff
A resource diff represents the changes between two resources.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceDiff
Implementation of
IResourceDiff . |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.