public class WordLevelDiffer extends Object
| Constructor and Description |
|---|
WordLevelDiffer() |
| Modifier and Type | Method and Description |
|---|---|
static List<DiffChunk> |
diffLine(String originalLine,
String revisedLine)
Returns a list of chunks that contain text and the status of the text - unchanged, added or deleted.
|
public static List<DiffChunk> diffLine(String originalLine, String revisedLine) throws org.apache.commons.jrcs.diff.DifferentiationFailedException
originalLine - the original linerevisedLine - the revised lineorg.apache.commons.jrcs.diff.DifferentiationFailedExceptionCopyright © 2002-2021 Atlassian. All Rights Reserved.