Class AnnotatingConflictHandler

java.lang.Object
org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
All Implemented Interfaces:
ThreeWayConflictHandler

public class AnnotatingConflictHandler extends Object implements ThreeWayConflictHandler
This ThreeWayConflictHandler implementation resolves conflicts to ThreeWayConflictHandler.Resolution.THEIRS and in addition marks nodes where a conflict occurred with the mixin rep:MergeConflict:
 [rep:MergeConflict]
   mixin
   primaryitem rep:ours
   + rep:ours (rep:Unstructured) protected IGNORE
 
The rep:ours sub node contains our version of the node prior to the conflict.
See Also: