|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceMappingContext | |
---|---|
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.core.refactoring.model | Application programming interface to support logical models. |
org.eclipse.team.core.mapping | Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. |
org.eclipse.team.core.mapping.provider | Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. |
org.eclipse.team.core.subscribers | Application programming interfaces for generating and refreshing synchronization state. |
org.eclipse.team.ui.mapping | Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. |
org.eclipse.team.ui.synchronize | Contains the team synchronization presentation framework and support for the Synchronize View. |
Uses of ResourceMappingContext in org.eclipse.core.resources.mapping |
---|
Subclasses of ResourceMappingContext in org.eclipse.core.resources.mapping | |
class |
RemoteResourceMappingContext
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. |
Fields in org.eclipse.core.resources.mapping declared as ResourceMappingContext | |
static 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. |
Methods in org.eclipse.core.resources.mapping with parameters of type ResourceMappingContext | |
void |
ResourceMapping.accept(ResourceMappingContext context,
IResourceVisitor visitor,
IProgressMonitor monitor)
Accepts the given visitor for all existing resources in this mapping. |
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. |
ResourceMapping[] |
ModelProvider.getMappings(IResource resource,
ResourceMappingContext context,
IProgressMonitor monitor)
Return the resource mappings that cover the given resource. |
ResourceMapping[] |
ModelProvider.getMappings(IResource[] resources,
ResourceMappingContext context,
IProgressMonitor monitor)
Return the set of mappings that cover the given resources. |
ResourceMapping[] |
ModelProvider.getMappings(ResourceTraversal[] traversals,
ResourceMappingContext context,
IProgressMonitor monitor)
Return the set of mappings that overlap with the given resource traversals. |
ResourceTraversal[] |
ModelProvider.getTraversals(ResourceMapping[] mappings,
ResourceMappingContext context,
IProgressMonitor monitor)
Return a set of traversals that cover the given resource mappings. |
ResourceTraversal[] |
CompositeResourceMapping.getTraversals(ResourceMappingContext context,
IProgressMonitor monitor)
|
Uses of ResourceMappingContext in org.eclipse.ltk.core.refactoring.model |
---|
Methods in org.eclipse.ltk.core.refactoring.model with parameters of type ResourceMappingContext | |
ResourceTraversal[] |
AbstractRefactoringHistoryResourceMapping.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. A traversal is simply a set of resources and the depth to which they are to be traversed. This method returns an array of traversals in order to provide flexibility in describing the traversals that constitute a model element. Subclasses should, when possible, include all resources that are or may be members of the model element. For instance, a model element should return the same list of resources regardless of the existence of the files on the file system. For example, if a logical resource called "form" maps to "/p1/form.xml" and "/p1/form.java" then whether form.xml or form.java existed, they should be returned by this method. In some cases, it may not be possible for a model element to know all the resources that may constitute the element without accessing the state of the model element in another location (e.g. a repository). This method is provided with a context which, when provided, gives access to the members of corresponding remote containers and the contents of corresponding remote files. This gives the model element the opportunity to deduce what additional resources should be included in the traversal. |
ResourceTraversal[] |
AbstractRefactoringDescriptorResourceMapping.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. A traversal is simply a set of resources and the depth to which they are to be traversed. This method returns an array of traversals in order to provide flexibility in describing the traversals that constitute a model element. Subclasses should, when possible, include all resources that are or may be members of the model element. For instance, a model element should return the same list of resources regardless of the existence of the files on the file system. For example, if a logical resource called "form" maps to "/p1/form.xml" and "/p1/form.java" then whether form.xml or form.java existed, they should be returned by this method. In some cases, it may not be possible for a model element to know all the resources that may constitute the element without accessing the state of the model element in another location (e.g. a repository). This method is provided with a context which, when provided, gives access to the members of corresponding remote containers and the contents of corresponding remote files. This gives the model element the opportunity to deduce what additional resources should be included in the traversal. |
Uses of ResourceMappingContext in org.eclipse.team.core.mapping |
---|
Methods in org.eclipse.team.core.mapping that return ResourceMappingContext | |
ResourceMappingContext |
ISynchronizationScope.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 |
---|
Methods in org.eclipse.team.core.mapping.provider that return ResourceMappingContext | |
ResourceMappingContext |
SynchronizationScopeManager.getContext()
|
Methods in org.eclipse.team.core.mapping.provider with parameters of type ResourceMappingContext | |
static 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. |
Constructors in org.eclipse.team.core.mapping.provider with parameters of type ResourceMappingContext | |
SynchronizationScopeManager(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 |
---|
Subclasses of ResourceMappingContext in org.eclipse.team.core.subscribers | |
class |
SubscriberResourceMappingContext
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 |
---|
Methods in org.eclipse.team.ui.mapping that return ResourceMappingContext | |
ResourceMappingContext |
ITeamStateProvider.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 |
---|
Methods in org.eclipse.team.ui.synchronize that return ResourceMappingContext | |
ResourceMappingContext |
SubscriberTeamStateProvider.getResourceMappingContext(Object element)
|
|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.