public interface IConflictDetector
This will be called by EMF Compare after the differencing engine. We generally expect that a call to
#detect(Comparison)
will complete the given comparison with all conflicts it can detect between all
differences of this Comparison
instance.
Clients can also subclass the default implementation
.
DefaultConflictDetector
Modifier and Type | Method and Description |
---|---|
void |
detect(Comparison comparison,
Monitor monitor)
This is the entry point of the conflict detection process.
|
void detect(Comparison comparison, Monitor monitor)
It is expected to complete the input comparison
by iterating over the
differences
it contain, filling in all conflicts it can detect
between those Diffs.
comparison
- The comparison this engine is expected to complete.monitor
- The monitor to report progress or to check for cancellation
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.