- mergeCharacters(String, String, String, MergeConfiguration) - Method in interface org.xwiki.store.merge.MergeManager
-
Perform a 3-way merge between the given strings by first splitting them into arrays of characters.
- MergeConfiguration - Class in com.xpn.xwiki.doc.merge
-
Allow to define some behaviors of the merge.
- MergeConfiguration() - Constructor for class com.xpn.xwiki.doc.merge.MergeConfiguration
-
- MergeConflictDecisionsManager - Interface in org.xwiki.store.merge
-
Manage the decisions taken to solve the merge conflicts.
- mergeDocument(DocumentModelBridge, DocumentModelBridge, DocumentModelBridge, MergeConfiguration) - Method in interface org.xwiki.store.merge.MergeManager
-
Perform a 3-way merge between documents.
- MergeDocumentResult - Class in org.xwiki.store.merge
-
Store information about a merge operation of documents.
- MergeDocumentResult(DocumentModelBridge, DocumentModelBridge, DocumentModelBridge) - Constructor for class org.xwiki.store.merge.MergeDocumentResult
-
Default constructor.
- MergeDocumentResult.DocumentPart - Enum in org.xwiki.store.merge
-
Represents the different parts of a document that are merged.
- MergeException - Exception in com.xpn.xwiki.doc.merge
-
Any exception raised during a merge.
- MergeException(String) - Constructor for exception com.xpn.xwiki.doc.merge.MergeException
-
Constructs a new exception with the specified detail message.
- MergeException(String, Throwable) - Constructor for exception com.xpn.xwiki.doc.merge.MergeException
-
Constructs a new exception with the specified detail message and cause.
- mergeLines(String, String, String, MergeConfiguration) - Method in interface org.xwiki.store.merge.MergeManager
-
Perform a 3-way merge between the given strings by first splitting them into lines.
- mergeList(List<T>, List<T>, List<T>, MergeConfiguration) - Method in interface org.xwiki.store.merge.MergeManager
-
Perform a 3-way merge between the list of elements.
- MergeManager - Interface in org.xwiki.store.merge
-
Provides general merge utility methods.
- MergeManagerResult<R,C> - Class in org.xwiki.store.merge
-
This represents the result of a merge operation: it contains both the result of the merge, the possible conflicts
that happened during the merge, and the logs.
- MergeManagerResult() - Constructor for class org.xwiki.store.merge.MergeManagerResult
-
Default constructor.
- mergeObject(T, T, T, MergeConfiguration) - Method in interface org.xwiki.store.merge.MergeManager
-
Perform a 3-way merge between the given objects.
- MergeResult - Class in com.xpn.xwiki.doc.merge
-
- MergeResult() - Constructor for class com.xpn.xwiki.doc.merge.MergeResult
-
Deprecated.