public class FileDiff extends Object
Constructor and Description |
---|
FileDiff(String nameA,
String nameB,
int startA,
int endA,
int startB,
int endB,
String changeType,
List<String> linesA,
List<String> linesB) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getChangeType() |
int |
getEndA() |
int |
getEndB() |
List<String> |
getLinesA() |
List<String> |
getLinesB() |
String |
getNameA() |
String |
getNameB() |
int |
getStartA() |
int |
getStartB() |
int |
hashCode() |
String |
toString() |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.