Uses of Class
org.xwiki.diff.display.InlineDiffChunk
-
-
Uses of InlineDiffChunk in org.xwiki.diff.display
Methods in org.xwiki.diff.display that return types with arguments of type InlineDiffChunk Modifier and Type Method Description <E> List<InlineDiffChunk<E>>
InlineDiffDisplayer. display(DiffResult<E> diffResult)
Displays the given diff result as an in-line diff.List<InlineDiffChunk<F>>
UnifiedDiffElement. getChunks()
Method parameters in org.xwiki.diff.display with type arguments of type InlineDiffChunk Modifier and Type Method Description void
UnifiedDiffElement. setChunks(List<InlineDiffChunk<F>> chunks)
Sets the list of chunks of sub-elements that form this element.
-