public interface IModelReconcilingService
Modifier and Type | Method and Description |
---|---|
IStatus |
applyDeltas(Collection<ModelDelta> deltas)
Applies all of the deltas to the model and returns a status representing the result of the
merging operation.
|
IStatus |
applyDeltas(Collection<ModelDelta> deltas,
String[] filters)
Applies all of the deltas to the model and returns a status representing the result of the
merging operation.
|
ModelReconciler |
createModelReconciler()
Creates a model reconciler that is capable of tracking delta changes of a model and applying
said changes to a model.
|
ModelReconciler createModelReconciler()
IStatus applyDeltas(Collection<ModelDelta> deltas)
This is a convenience method, fully equivalent to applyDeltas(deltas, null)
.
deltas
- the deltas to apply to the modelIStatus applyDeltas(Collection<ModelDelta> deltas, String[] filters)
deltas
- the deltas to apply to the modelfilters
- a list of filters for preventing the application of a certain delta, valid
candidates are listed in ModelReconciler
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.