Uses of Class
org.eclipse.core.resources.mapping.ModelProvider
Package
Description
Provides APIs for integrating application models with the workspace
Application programming interface to provide model integration for refactoring histories.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of ModelProvider in org.eclipse.core.resources.mapping
Modifier and TypeMethodDescriptionIModelProviderDescriptor.getModelProvider()
Return the model provider for this descriptor, instantiating it if it is the first time the method is called.final ModelProvider
ResourceMapping.getModelProvider()
Return the model provider for the model object of this resource mapping. -
Uses of ModelProvider in org.eclipse.ltk.ui.refactoring.model
Modifier and TypeMethodDescriptionprotected final ModelProvider
AbstractResourceMappingMerger.getModelProvider()
ModifierConstructorDescriptionprotected
AbstractResourceMappingMerger
(ModelProvider provider) Creates a new abstract refactoring model merger. -
Uses of ModelProvider in org.eclipse.team.core.mapping
Modifier and TypeMethodDescriptionprotected abstract ModelProvider
ResourceMappingMerger.getModelProvider()
Return the model provider associated with this merger.ISynchronizationScope.getModelProviders()
Return all the model providers that have mappings in this scope.Modifier and TypeMethodDescriptionISynchronizationScopeParticipantFactory.createParticipant
(ModelProvider provider, ISynchronizationScope scope) Create a participant in the scope management process for the given model provider. -
Uses of ModelProvider in org.eclipse.team.ui.mapping
Modifier and TypeMethodDescriptionprotected final ModelProvider
SynchronizationContentProvider.getModelProvider()
Return the model provider for this content provider. -
Uses of ModelProvider in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionModelSynchronizeParticipant.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 TypeMethodDescriptionprotected 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.