Uses of Class
org.eclipse.core.resources.mapping.ResourceMappingContext
Package
Description
Provides APIs for integrating application models with the workspace
Application programming interface to support logical models.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of ResourceMappingContext in org.eclipse.core.resources.mapping
Modifier and TypeClassDescriptionclass
A remote mapping context provides a model element with a view of the remote state of local resources as they relate to a repository operation that is in progress.Modifier and TypeFieldDescriptionstatic final ResourceMappingContext
ResourceMappingContext.LOCAL_CONTEXT
This resource mapping context is used to indicate that the operation that is requesting the traversals is performing a local operation.Modifier and TypeMethodDescriptionvoid
ResourceMapping.accept
(ResourceMappingContext context, IResourceVisitor visitor, IProgressMonitor monitor) Accepts the given visitor for all existing resources in this mapping.ModelProvider.getMappings
(IResource[] resources, ResourceMappingContext context, IProgressMonitor monitor) Returns the set of mappings that cover the given resources.ModelProvider.getMappings
(IResource resource, ResourceMappingContext context, IProgressMonitor monitor) Returns the resource mappings that cover the given resource.ModelProvider.getMappings
(ResourceTraversal[] traversals, ResourceMappingContext context, IProgressMonitor monitor) Returns the set of mappings that overlap with the given resource traversals.CompositeResourceMapping.getTraversals
(ResourceMappingContext context, IProgressMonitor monitor) ModelProvider.getTraversals
(ResourceMapping[] mappings, ResourceMappingContext context, IProgressMonitor monitor) Returns a set of traversals that cover the given resource mappings.abstract ResourceTraversal[]
ResourceMapping.getTraversals
(ResourceMappingContext context, IProgressMonitor monitor) Returns one or more traversals that can be used to access all the physical resources that constitute the logical resource. -
Uses of ResourceMappingContext in org.eclipse.ltk.core.refactoring.model
Modifier and TypeMethodDescriptionfinal ResourceTraversal[]
AbstractRefactoringDescriptorResourceMapping.getTraversals
(ResourceMappingContext context, IProgressMonitor monitor) final ResourceTraversal[]
AbstractRefactoringHistoryResourceMapping.getTraversals
(ResourceMappingContext context, IProgressMonitor monitor) -
Uses of ResourceMappingContext in org.eclipse.team.core.mapping
Modifier and TypeMethodDescriptionISynchronizationScope.getContext()
Return the resource mapping context that the scope uses to obtain traversals from resource mappings in order to determine what resources are in the scope. -
Uses of ResourceMappingContext in org.eclipse.team.core.mapping.provider
Modifier and TypeMethodDescriptionstatic ResourceMapping[]
SynchronizationScopeManager.getMappingsFromProviders
(ResourceTraversal[] traversals, ResourceMappingContext context, IProgressMonitor monitor) Convenience method for obtaining the set of resource mappings from all model providers that overlap with the given resources.ModifierConstructorDescriptionSynchronizationScopeManager
(String name, ResourceMapping[] inputMappings, ResourceMappingContext resourceMappingContext, boolean consultModels) Create a scope manager that uses the given context to determine what resources should be included in the scope. -
Uses of ResourceMappingContext in org.eclipse.team.core.subscribers
Modifier and TypeClassDescriptionclass
A resource mapping context that provides the client access to the remote state of local resources using a subscriber. -
Uses of ResourceMappingContext in org.eclipse.team.ui.mapping
Modifier and TypeMethodDescriptionITeamStateProvider.getResourceMappingContext
(Object element) Return a resource mapping context that gives access to the remote state of the resources associated with the provider. -
Uses of ResourceMappingContext in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionSubscriberTeamStateProvider.getResourceMappingContext
(Object element)