Package | Description |
---|---|
org.eclipse.core.resources.mapping |
Provides APIs for integrating application models with the workspace
Package Specification
This package specifies the APIs in the Resources plug-in that are used to integrate
application models with the workspace.
|
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.ui.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
Modifier and Type | Method and Description |
---|---|
ModelProvider |
IModelProviderDescriptor.getModelProvider()
Return the model provider for this descriptor, instantiating it if it is
the first time the method is called.
|
ModelProvider |
ResourceMapping.getModelProvider()
Return the model provider for the model object
of this resource mapping.
|
Modifier and Type | Method and Description |
---|---|
protected ModelProvider |
AbstractResourceMappingMerger.getModelProvider()
Return the model provider associated with this merger.
|
Constructor and Description |
---|
AbstractResourceMappingMerger(ModelProvider provider)
Creates a new abstract refactoring model merger.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ModelProvider |
ResourceMappingMerger.getModelProvider()
Return the model provider associated with this merger.
|
ModelProvider[] |
ISynchronizationScope.getModelProviders()
Return all the model providers that have mappings in this scope.
|
Modifier and Type | Method and Description |
---|---|
ISynchronizationScopeParticipant |
ISynchronizationScopeParticipantFactory.createParticipant(ModelProvider provider,
ISynchronizationScope scope)
Create a participant in the scope management process for the given model provider.
|
Modifier and Type | Method and Description |
---|---|
protected ModelProvider |
SynchronizationContentProvider.getModelProvider()
Return the model provider for this content provider.
|
Modifier and Type | Method and Description |
---|---|
ModelProvider[] |
ModelSynchronizeParticipant.getEnabledModelProviders()
Return the list of model providers that are enabled for the participant.
|
static ModelProvider[] |
ModelOperation.sortByExtension(ModelProvider[] providers)
Return the list of provides sorted by their extends relationship.
|
Modifier and Type | Method and Description |
---|---|
protected IStatus |
ModelMergeOperation.performMerge(ModelProvider provider,
IProgressMonitor monitor)
Attempt to merge all the mappings that come from the given provider.
|
static ModelProvider[] |
ModelOperation.sortByExtension(ModelProvider[] providers)
Return the list of provides sorted by their extends relationship.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.