Class ConflictAnnotatingRebaseDiff
- java.lang.Object
 - 
- org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
 - 
- org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
 
 
- 
- All Implemented Interfaces:
 NodeStateDiff
public class ConflictAnnotatingRebaseDiff extends AbstractRebaseDiff
This implementation ofAbstractRebaseDiffimplements aNodeStateDiff, which performs the conflict handling as defined inNodeStore.rebase(NodeBuilder)on the Oak SPI state level by annotating conflicting items with conflict markers. 
- 
- 
Constructor Summary
Constructors Constructor Description ConflictAnnotatingRebaseDiff(NodeBuilder builder) 
- 
Method Summary
- 
Methods inherited from class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
childNodeAdded, childNodeChanged, childNodeDeleted, propertyAdded, propertyChanged, propertyDeleted 
 - 
 
 - 
 
- 
- 
Field Detail
- 
CONFLICT
public static final java.lang.String CONFLICT
- See Also:
 - Constant Field Values
 
 
- 
BASE
public static final java.lang.String BASE
- See Also:
 - Constant Field Values
 
 
- 
OURS
public static final java.lang.String OURS
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
ConflictAnnotatingRebaseDiff
public ConflictAnnotatingRebaseDiff(NodeBuilder builder)
 
 - 
 
 -