public class DiffFile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<DiffPartFile> |
partFiles
the Hunks.
|
| Constructor and Description |
|---|
DiffFile(java.util.ArrayList<DiffPartFile> partFiles)
Creates a DIffFile with the given parts.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.ArrayList<DiffPartFile> |
getPartFiles() |
int |
hashCode() |
boolean |
isRenameInTheSameContext(DiffPartFileLine firstLine,
DiffPartFileLine secondLine) |
private final java.util.ArrayList<DiffPartFile> partFiles
public DiffFile(java.util.ArrayList<DiffPartFile> partFiles)
partFiles - DiffPartFilespublic java.util.ArrayList<DiffPartFile> getPartFiles()
public boolean isRenameInTheSameContext(DiffPartFileLine firstLine, DiffPartFileLine secondLine)
firstLine - the first linesecondLine - the second linepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object