Package | Description |
---|---|
com.atlassian.diff |
Modifier and Type | Class and Description |
---|---|
class |
CharacterChunk
Represents a group of characters sharing the same diff type - unchanged, added or deleted.
|
class |
WordChunk |
Modifier and Type | Method and Description |
---|---|
static List<DiffChunk> |
WordLevelDiffer.diffLine(String originalLine,
String revisedLine)
Returns a list of chunks that contain text and the status of the text - unchanged, added or deleted.
|
List<DiffChunk> |
DiffViewBean.getOriginalChunks() |
List<DiffChunk> |
DiffViewBean.getRevisedChunks() |
List<DiffChunk> |
DiffViewBean.getUnifiedChunks() |
Copyright © 2002-2017 Atlassian. All Rights Reserved.