Chunk |
A snippet of the source list.
|
Conflict |
Represent a conflict that happened during a merge operation.
|
ConflictDecision |
Represent a decision taken to solve a given Conflict .
|
ConflictDecision.DecisionType |
The decision made for this conflict.
|
Delta |
A delta between two version of a list.
|
Delta.Type |
The kind of modification to apply on the list.
|
DiffConfiguration |
Setup diff behavior.
|
DiffException |
Any exception raised when failing to create a diff.
|
DiffResult |
The result of the execution of a diff on two lists.
|
MergeConfiguration |
Setup merge behavior.
|
MergeConfiguration.Version |
One of the merged versions.
|
MergeException |
Any exception raised when failing to merge 3 lists.
|
MergeResult |
|
Patch |
A list of deltas between two versions.
|
PatchException |
Any exception raised when failing to apply a patch.
|