public abstract static class HunkHeader.OldImage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
lineCount
Total number of lines this hunk covers in this file.
|
(package private) int |
nAdded
Number of lines added by the post-image not in this file.
|
(package private) int |
nDeleted
Number of lines deleted by the post-image from this file.
|
(package private) int |
startLine
First line number the hunk starts on in this file.
|
Constructor and Description |
---|
OldImage() |
Modifier and Type | Method and Description |
---|---|
abstract AbbreviatedObjectId |
getId() |
int |
getLineCount() |
int |
getLinesAdded() |
int |
getLinesDeleted() |
int |
getStartLine() |
int startLine
int lineCount
int nDeleted
int nAdded
public int getStartLine()
public int getLineCount()
public int getLinesDeleted()
public int getLinesAdded()
public abstract AbbreviatedObjectId getId()