| Modifier and Type | Class and Description |
|---|---|
class |
MergeException
Any exception raised when failing to merge 3 lists.
|
class |
PatchException
Any exception raised when failing to apply a patch.
|
| Modifier and Type | Method and Description |
|---|---|
<E> DiffResult<E> |
DiffManager.diff(List<E> previous,
List<E> next,
DiffConfiguration<E> configuration)
Produce a diff between the two provided versions.
|
Copyright © 2004–2016 XWiki. All rights reserved.