Package | Description |
---|---|
org.eclipse.ltk.ui.refactoring.model |
Application programming interface to provide model integration for refactoring histories.
|
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.
|
org.eclipse.team.core.subscribers |
Application programming interfaces for generating and refreshing
synchronization state.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
Modifier and Type | Method and Description |
---|---|
protected IStatus |
AbstractResourceMappingMerger.aboutToPerformMerge(IMergeContext context,
IProgressMonitor monitor)
Hook method which is called before the actual merge process happens.
|
IStatus |
AbstractResourceMappingMerger.merge(IMergeContext context,
IProgressMonitor monitor)
A default implementation of merge that attempts to merge all the mappings
in the context.
|
protected IStatus |
AbstractResourceMappingMerger.mergePerformed(IMergeContext context,
IProgressMonitor monitor)
Hook method which is called after the actual merge process happened.
|
Modifier and Type | Method and Description |
---|---|
ISchedulingRule |
IResourceMappingMerger.getMergeRule(IMergeContext context)
Return the scheduling rule that is required to merge
all the changes that apply to this merger in the given
context.
|
ISchedulingRule |
ResourceMappingMerger.getMergeRule(IMergeContext context)
Return the scheduling rule required to merge all the
changes in the context for the model provider of this merger.
|
IStatus |
IResourceMappingMerger.merge(IMergeContext mergeContext,
IProgressMonitor monitor)
Attempt to automatically merge the mappings of the merge context(
MergeContext#getMappings() ). |
IStatus |
ResourceMappingMerger.merge(IMergeContext mergeContext,
IProgressMonitor monitor)
A default implementation of merge that attempts to merge all the mappings
in the context.
|
IStatus |
IResourceMappingMerger.validateMerge(IMergeContext mergeContext,
IProgressMonitor monitor)
Validate an auto-merge for the given context.
|
IStatus |
ResourceMappingMerger.validateMerge(IMergeContext mergeContext,
IProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
MergeContext
Provides the context for an
IResourceMappingMerger . |
Modifier and Type | Class and Description |
---|---|
class |
SubscriberMergeContext
A merge context that uses a subscriber to populate the diff tree
used by the context.
|
Modifier and Type | Method and Description |
---|---|
static IStatus |
ModelMergeOperation.validateMerge(IMergeContext context,
IProgressMonitor monitor)
Validate the merge context with the model providers that have mappings in
the scope of the context.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.