Package org.xwiki.diff
Interface MergeResult<E>
-
- Type Parameters:
E
- the type of compared elements
public interface MergeResult<E>
- Version:
- $Id: e41d5b7feaa58cca3e1c60e6d38f127da1eadb33 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<E>
getCommonAncestor()
default List<Conflict<E>>
getConflicts()
List<E>
getCurrent()
LogQueue
getLog()
List<E>
getMerged()
List<E>
getNext()
-
-
-
Method Detail
-
getLog
LogQueue getLog()
- Returns:
- the log of what append during the merge execution
-
-