platform-vcm-home/docs/online/team3.1/logical-physical-mappings.html
Parent Directory
|
Revision Log
|
Patch
| revision 1.11, Fri Sep 9 20:53:52 2005 UTC | revision 1.12, Fri Sep 9 20:57:23 2005 UTC | |
|---|---|---|
| # | Line 32 | Line 32 |
| 32 | <ul> | <ul> |
| 33 | <li><strong>ResourceMapping</strong>: The Class to which logical model elements | <li><strong>ResourceMapping</strong>: The Class to which logical model elements |
| 34 | adapt to indicate that the model corresponds to a set of resources in the | adapt to indicate that the model corresponds to a set of resources in the |
| 35 | workspace. The complete <code>ResourceMapping</code> class can be viewed <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.core.resources/src/org/eclipse/core/resources/mapping/ResourceMapping.java?rev=HEAD&content-type=text/vnd.viewcvs-markup">here</a>. | workspace. The complete <code>ResourceMapping</code> class can be viewed <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/mapping/ResourceMapping.java?rev=HEAD&content-type=text/vnd.viewcvs-markup">here</a>. |
| 36 | The methods of interest are: | The methods of interest are: |
| 37 | <ul> | <ul> |
| 38 | <li><code>Object getModelObject()</code>: The model object from which the | <li><code>Object getModelObject()</code>: The model object from which the |
| # | Line 42 | Line 42 |
| 42 | object.</li> | object.</li> |
| 43 | </ul> | </ul> |
| 44 | </li> | </li> |
| 45 | <li><strong>ResourceTraversal</strong>: A <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.core.resources/src/org/eclipse/core/resources/mapping/ResourceTraversal.java?rev=HEAD&content-type=text/vnd.viewcvs-markup"><code>ResourceTraversal</code></a> | <li><strong>ResourceTraversal</strong>: A <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/mapping/ResourceTraversal.java?rev=HEAD&content-type=text/vnd.viewcvs-markup"><code>ResourceTraversal</code></a> |
| 46 | contains a set of resources and a depth flag that indicates the depth to which | contains a set of resources and a depth flag that indicates the depth to which |
| 47 | the resources in the traversal are associated with the originating model object. | the resources in the traversal are associated with the originating model object. |
| 48 | Resource traversals are provided to a client by a resource mapping in order | Resource traversals are provided to a client by a resource mapping in order |
| # | Line 273 | Line 273 |
| 273 | </ul> | </ul> |
| 274 | <p>The Eclipse Team API includes a <code>Subcriber</code> class that defines an | <p>The Eclipse Team API includes a <code>Subcriber</code> class that defines an |
| 275 | API for providing the synchronization state between the local workspace and | API for providing the synchronization state between the local workspace and |
| 276 | a remote server. A <code><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.core/src/org/eclipse/team/core/subscribers/SubscriberResourceMappingContext.java?rev=HEAD&content-type=text/vnd.viewcvs-markup">SubscriberResourceMappingContext</a></code> | a remote server. A <code><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/mapping/ResourceTraversal.java?rev=HEAD&content-type=text/vnd.viewcvs-markup">SubscriberResourceMappingContext</a></code> |
| 277 | has been created that uses a <code>Subscriber</code> to access the necessary | has been created that uses a <code>Subscriber</code> to access the necessary |
| 278 | remote state. Clients that have a <code>Subscriber</code> do not need to do | remote state. Clients that have a <code>Subscriber</code> do not need to do |
| 279 | any additional work to get a resource mapping context.</p> | any additional work to get a resource mapping context.</p> |
|
||||||||
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
