Package | Description |
---|---|
org.eclipse.emf.compare.ide.internal.utils | |
org.eclipse.emf.compare.ide.ui.internal.logical.resolver | |
org.eclipse.emf.compare.ide.ui.logical |
Modifier and Type | Method and Description |
---|---|
static NotLoadingResourceSet |
NotLoadingResourceSet.create(StorageTraversal traversals,
IProgressMonitor monitor,
ResourceSetHookRegistry resourceSetHookRegistry)
Constructs a resource set to contain the resources described by the given traversals.
|
Modifier and Type | Method and Description |
---|---|
StorageTraversal |
ThreadedModelResolver.resolveLocalModel(IResource start,
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(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(IResource resource,
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.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.