Uses of Package
org.eclipse.core.resources.mapping

Packages that use org.eclipse.core.resources.mapping
org.eclipse.core.internal.resources.mapping   
org.eclipse.core.resources.mapping Provides APIs for integrating application models with the workspace 
org.eclipse.core.tests.internal.mapping   
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.core.internal.resources.mapping
IModelProviderDescriptor
          A model provider descriptor contains information about a model provider obtained from the plug-in manifest (plugin.xml) file.
IResourceChangeDescriptionFactory
          This factory is used to build a resource delta that represents a proposed change that can then be passed to the ResourceChangeValidator.validateChange(IResourceDelta, IProgressMonitor) method in order to validate the change with any model providers stored in those resources.
ModelProvider
          Represents the provider of a logical model.
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.
ResourceTraversal
          A resource traversal is simply a set of resources and the depth to which each is to be traversed.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.core.resources.mapping
IModelProviderDescriptor
          A model provider descriptor contains information about a model provider obtained from the plug-in manifest (plugin.xml) file.
IResourceChangeDescriptionFactory
          This factory is used to build a resource delta that represents a proposed change that can then be passed to the ResourceChangeValidator.validateChange(IResourceDelta, IProgressMonitor) method in order to validate the change with any model providers stored in those resources.
ModelProvider
          Represents the provider of a logical model.
ResourceChangeValidator
          The resource change validator is used to validate that changes made to resources will not adversely affect the models stored in those resources.
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.
ResourceTraversal
          A resource traversal is simply a set of resources and the depth to which each is to be traversed.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.core.tests.internal.mapping
ModelProvider
          Represents the provider of a logical model.
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.