Package | Description |
---|---|
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 |
---|---|
IResourceDiffTree |
ISynchronizationContext.getDiffTree()
Return a tree that contains
IDiff entries for resources that
are out-of-sync. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceDiffTree
Implementation of
IResourceDiffTree . |
Modifier and Type | Method and Description |
---|---|
IResourceDiffTree |
SynchronizationContext.getDiffTree()
Return a tree that contains
IDiff entries for resources that
are out-of-sync. |
Constructor and Description |
---|
MergeContext(ISynchronizationScopeManager manager,
int type,
IResourceDiffTree deltaTree)
Create a merge context.
|
SynchronizationContext(ISynchronizationScopeManager manager,
int type,
IResourceDiffTree diffTree)
Create a synchronization context.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.