public class HunkHeader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HunkHeader.OldImage
Details about an old image of the file.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBuffer() |
int |
getEndOffset() |
FileHeader |
getFileHeader() |
int |
getLinesContext() |
int |
getNewLineCount() |
int |
getNewStartLine() |
HunkHeader.OldImage |
getOldImage() |
int |
getStartOffset() |
EditList |
toEditList() |
String |
toString() |
public FileHeader getFileHeader()
public byte[] getBuffer()
public int getStartOffset()
getBuffer()
.public int getEndOffset()
getBuffer()
.public HunkHeader.OldImage getOldImage()
public int getNewStartLine()
public int getNewLineCount()
public int getLinesContext()
public EditList toEditList()
Copyright © 2017 Eclipse JGit Project. All rights reserved.