| Modifier and Type | Method and Description | 
|---|---|
| static NotLoadingResourceSet | NotLoadingResourceSet. create(StorageTraversal traversals,
      org.eclipse.core.runtime.IProgressMonitor monitor,
      ResourceSetHookRegistry resourceSetHookRegistry)Constructs a resource set to contain the resources described by the given traversals. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | EMFResourceMappingMerger. removeNonExistingStorages(StorageTraversal traversal)Removes storages that do not exist from the specified  traversal. | 
| protected void | EMFResourceMappingMerger. save(Notifier notifier,
    StorageTraversal leftTraversal,
    StorageTraversal rightTraversal,
    StorageTraversal originTraversal)Saves the given notifier to disk after a successful merge. | 
| Modifier and Type | Method and Description | 
|---|---|
| StorageTraversal | ThreadedModelResolver. resolveLocalModel(org.eclipse.core.resources.IResource start,
                 org.eclipse.core.runtime.IProgressMonitor monitor)This will be called by Team in order to determine whether a given file can be compared alone, or if it
 needs to be compared along with others (and, thus, compared from the synchronize view). | 
| StorageTraversal | LocalModelResolution. run(org.eclipse.core.resources.IResource start)Executes this treatment. | 
| Modifier and Type | Method and Description | 
|---|---|
| StorageTraversal | SynchronizationModel. getLeftTraversal()Returns the left traversal of this model. | 
| StorageTraversal | SynchronizationModel. getOriginTraversal()Returns the origin traversal of this model, if any. | 
| StorageTraversal | SynchronizationModel. getRightTraversal()Returns the right traversal of this model. | 
| StorageTraversal | IModelResolver. resolveLocalModel(org.eclipse.core.resources.IResource resource,
                 org.eclipse.core.runtime.IProgressMonitor monitor)This will be called by Team in order to determine whether a given file can be compared alone, or if it
 needs to be compared along with others (and, thus, compared from the synchronize view). | 
| Constructor and Description | 
|---|
| SynchronizationModel(StorageTraversal leftTraversal,
                    StorageTraversal rightTraversal,
                    StorageTraversal originTraversal)Constructs our logical model given the three traversal for our sides. | 
| SynchronizationModel(StorageTraversal leftTraversal,
                    StorageTraversal rightTraversal,
                    StorageTraversal originTraversal,
                    Diagnostic diagnostic)Constructs our logical model given the three traversal for our sides. | 
| Modifier and Type | Method and Description | 
|---|---|
| StorageTraversal | IEMFComparisonSource. getStorageTraversal()The  StorageTraversalwhich shall be used by EMFCompare. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ResourceUtil. saveAllResources(ResourceSet resourceSet,
                Map<?,?> options,
                StorageTraversal leftTraversal,
                StorageTraversal rightTraversal,
                StorageTraversal originTraversal)This can be called to save all resources contained by the resource set. | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.