Class ConflictHook

java.lang.Object
org.apache.jackrabbit.oak.plugins.commit.ConflictHook
All Implemented Interfaces:
CommitHook

public class ConflictHook extends Object implements CommitHook
This commit hook implementation is responsible for resolving conflicts. It does so by detecting the presence of conflict markers added by the Microkernel and delegating to a ThreeWayConflictHandler for resolving the conflicts.
See Also: