Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package 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.

See:
           Description

Interface Summary
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.
 

Class Summary
CompositeResourceMapping A resource mapping that obtains the traversals for its model object from a set of child mappings.
ModelProvider Represents the provider of a logical model.
ModelStatus A status returned by a model from the resource operation validator.
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.
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.
 

Package org.eclipse.core.resources.mapping Description

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. This API introduces the notion of a ResourceMapping that defines the relationship between an application model object and a set of underlying resources, and a ResourceTraversal that describes the exact resources corresponding to a given application model object. The relationship between an application model and underlying resources can vary depending a context. This notion is captured by ResourceMappingContext and its subclasses.

Since:
3.2


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire