Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.core.resources.mapping.ResourceTraversal

Packages that use ResourceTraversal
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. 
 

Uses of ResourceTraversal in org.eclipse.core.resources.mapping
 

Methods in org.eclipse.core.resources.mapping that return ResourceTraversal
 ResourceTraversal[] IModelProviderDescriptor.getMatchingTraversals(ResourceTraversal[] traversals)
          Return the set of traversals that overlap with the resources that this descriptor matches.
 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)
           
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.
 

Methods in org.eclipse.core.resources.mapping with parameters of type ResourceTraversal
 ResourceMapping[] ModelProvider.getMappings(ResourceTraversal[] traversals, ResourceMappingContext context, IProgressMonitor monitor)
          Return the set of mappings that overlap with the given resource traversals.
 ResourceTraversal[] IModelProviderDescriptor.getMatchingTraversals(ResourceTraversal[] traversals)
          Return the set of traversals that overlap with the resources that this descriptor matches.
abstract  void RemoteResourceMappingContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor)
          Refresh the known remote state for any resources covered by the given traversals.
 

Uses of ResourceTraversal in org.eclipse.ltk.core.refactoring.model
 

Methods in org.eclipse.ltk.core.refactoring.model that return ResourceTraversal
 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.
 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.
 

Uses of ResourceTraversal in org.eclipse.team.core.mapping
 

Methods in org.eclipse.team.core.mapping that return ResourceTraversal
 ResourceTraversal[] ISynchronizationScope.getTraversals()
          Return an array of traversals that cover the resource mappings to be operated on as returned by the ISynchronizationScope.getMappings() method.
 ResourceTraversal[] ISynchronizationScope.getTraversals(ResourceMapping mapping)
          Return an array of traversals that cover the given resource mapping to be operated on.
 ResourceTraversal[] ISynchronizationScope.getTraversals(java.lang.String modelProviderId)
          Return the set of traversals that cover the mappings for the given model provider.
 ResourceTraversal[] ISynchronizationScopeManager.refresh(ResourceMapping[] mappings, IProgressMonitor monitor)
          Refresh the scope of this manager for the given mappings.
 

Methods in org.eclipse.team.core.mapping with parameters of type ResourceTraversal
 void IResourceDiffTree.accept(ResourceTraversal[] traversals, IDiffVisitor visitor)
          Visit all diffs in this tree that are covered by the given traversals.
 IDiff[] IResourceDiffTree.getDiffs(ResourceTraversal[] traversals)
          Return all the diffs in the tree that are contained in the given traversals.
 boolean IResourceDiffTree.hasMatchingDiffs(ResourceTraversal[] traversals, FastDiffFilter filter)
          Return whether the this diff tree contains any diffs that match the given filter within the given traversals.
 void ISynchronizationContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor)
          Refresh the context in order to update the diff tree returned by ISynchronizationContext.getDiffTree() to include the latest synchronization state for the resources.
 void ISynchronizationScopeChangeListener.scopeChanged(ISynchronizationScope scope, ResourceMapping[] mappings, ResourceTraversal[] traversals)
          Notification that the scope has changed.
 

Uses of ResourceTraversal in org.eclipse.team.core.mapping.provider
 

Methods in org.eclipse.team.core.mapping.provider that return ResourceTraversal
protected  ResourceTraversal[] SynchronizationScopeManager.addMappingToScope(ResourceMapping mapping, ResourceTraversal[] traversals)
          Add the mapping and its calculated traversals to the scope.
protected  ResourceTraversal[] SynchronizationScopeManager.adjustInputTraversals(ResourceTraversal[] traversals)
          Adjust the given set of input resources to include any additional resources required by a particular repository provider for the current operation.
 ResourceTraversal[] SynchronizationScopeManager.refresh(ResourceMapping[] mappings, IProgressMonitor monitor)
           
 

Methods in org.eclipse.team.core.mapping.provider with parameters of type ResourceTraversal
 void ResourceDiffTree.accept(ResourceTraversal[] traversals, IDiffVisitor visitor)
           
protected  ResourceTraversal[] SynchronizationScopeManager.addMappingToScope(ResourceMapping mapping, ResourceTraversal[] traversals)
          Add the mapping and its calculated traversals to the scope.
protected  ResourceTraversal[] SynchronizationScopeManager.adjustInputTraversals(ResourceTraversal[] traversals)
          Adjust the given set of input resources to include any additional resources required by a particular repository provider for the current operation.
 IDiff[] ResourceDiffTree.getDiffs(ResourceTraversal[] traversals)
           
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.
 boolean ResourceDiffTree.hasMatchingDiffs(ResourceTraversal[] traversals, FastDiffFilter filter)
           
 

Uses of ResourceTraversal in org.eclipse.team.core.subscribers
 

Methods in org.eclipse.team.core.subscribers that return ResourceTraversal
 ResourceTraversal[] SubscriberScopeManager.refresh(ResourceMapping[] mappings, IProgressMonitor monitor)
           
 

Methods in org.eclipse.team.core.subscribers with parameters of type ResourceTraversal
 void Subscriber.accept(ResourceTraversal[] traversals, IDiffVisitor visitor)
          Visit any out-of-sync resources covered by the given traversals.
 void SubscriberResourceMappingContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor)
           
 void SubscriberMergeContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor)
           
 void Subscriber.refresh(ResourceTraversal[] traversals, IProgressMonitor monitor)
          Refresh the subscriber for the given traversals.
 

Uses of ResourceTraversal in org.eclipse.team.ui.mapping
 

Methods in org.eclipse.team.ui.mapping that return ResourceTraversal
protected abstract  ResourceTraversal[] SynchronizationContentProvider.getTraversals(ISynchronizationContext context, java.lang.Object object)
          Return the traversals for the given object in the given context.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.