Uses of Interface
org.xwiki.diff.DiffResult
-
-
Uses of DiffResult in org.xwiki.diff
Methods in org.xwiki.diff that return DiffResult Modifier and Type Method Description <E> DiffResult<E>
DiffManager. diff(List<E> previous, List<E> next, DiffConfiguration<E> configuration)
Produce a diff between the two provided versions.
-