Uses of Interface
org.xwiki.diff.display.Splitter
-
-
Uses of Splitter in org.xwiki.diff.display
Methods in org.xwiki.diff.display that return Splitter Modifier and Type Method Description Splitter<E,F>
UnifiedDiffConfiguration. getSplitter()
Methods in org.xwiki.diff.display with parameters of type Splitter Modifier and Type Method Description void
UnifiedDiffConfiguration. setSplitter(Splitter<E,F> splitter)
Sets The object used to split the modified elements into sub-elements in order to produce a more detailed diff.
-