public class ContentDiffEntry extends Object
| Constructor and Description |
|---|
ContentDiffEntry(ContentDiffType type,
List<String> oldLines,
List<String> newLines) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getNewLines() |
List<String> |
getOldLines() |
ContentDiffType |
getType() |
public ContentDiffEntry(ContentDiffType type, List<String> oldLines, List<String> newLines)
public ContentDiffType getType()
Copyright © 2020. All rights reserved.