Uses of Class
org.xwiki.diff.DiffConfiguration
-
-
Uses of DiffConfiguration in org.xwiki.diff
Methods in org.xwiki.diff with parameters of type DiffConfiguration 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.
-