Class DefaultThreeWayConflictHandler

java.lang.Object
org.apache.jackrabbit.oak.plugins.commit.DefaultThreeWayConflictHandler
All Implemented Interfaces:
ThreeWayConflictHandler
Direct Known Subclasses:
JcrLastModifiedConflictHandler

public class DefaultThreeWayConflictHandler extends Object implements ThreeWayConflictHandler
This implementation of a ThreeWayConflictHandler always returns the same resolution. It can be used to implement default behaviour or as a base class for more specialised implementations.