public class TextualDiff extends Object
Constructor and Description |
---|
TextualDiff(String oldFilePath,
String newFilePath,
String changeType,
int linesAdded,
int linesDeleted,
String diffText) |
Modifier and Type | Method and Description |
---|---|
String |
getChangeType() |
String |
getDiffText() |
int |
getLinesAdded() |
int |
getLinesDeleted() |
String |
getNewFilePath() |
String |
getOldFilePath() |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.