|
Class Summary |
| CharacterChunk |
Represents a group of characters sharing the same diff type - unchanged, added or deleted. |
| CharLevelDiffer |
Diffs a String as a sequence of chars; used when words are changed to determine if the word has been merely altered
or completely replaced. |
| ConfluenceDiff |
Wraps LineLevelDiffer chunks with Confluence goodness. |
| DeltaRanker |
Ranks the changes between two versions of a line, where there may be multiple original or revised lines. |
| LineChunk |
Represents one or more lines of diffed text. |
| LineLevelDiffer |
Wraps an Apache Diff with Atlassian goodness, making it closer to how a human expects the
difference to appear. |
| LineRanker |
Compares an original line against a number of revised lines and determines the revised line that is most similar to
the original. |
| StringDiffLine |
|
| WordChunk |
|
| WordChunkDiffLine |
|
| WordLevelDiffer |
Diffs words in a line of text. |