Interface | Description |
---|---|
InlineDiffDisplayer |
Displays a
DiffResult as an in-line diff. |
Splitter<E,F> |
Splits a composite object in multiple parts of the same type.
|
UnifiedDiffDisplayer |
Displays a
DiffResult as a unified diff. |
Class | Description |
---|---|
InlineDiffChunk<E> |
A group of consecutive elements that are targeted by the same operation (add, remove, keep) in an in-line diff.
|
UnifiedDiffBlock<E,F> |
Represents a list of
UnifiedDiffElement s that share the same context. |
UnifiedDiffConfiguration<E,F> |
Configuration for
UnifiedDiffDisplayer . |
UnifiedDiffElement<E,F> |
Wraps the elements that are compared to produce a diff, holding information like their index and type of change
(added, removed, unmodified) to simplify the process of displaying them in an unified diff.
|
Enum | Description |
---|---|
InlineDiffChunk.Type |
The possible types of chunks you can find within an in-line diff.
|
UnifiedDiffElement.Type |
The possible types of elements you can find within a unified diff.
|
Copyright © 2004–2016 XWiki. All rights reserved.