|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.patch.HunkHeader
org.eclipse.jgit.patch.CombinedHunkHeader
public class CombinedHunkHeader
Hunk header for a hunk appearing in a "diff --cc" style patch.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.jgit.patch.HunkHeader |
---|
HunkHeader.OldImage |
Method Summary | |
---|---|
CombinedFileHeader |
getFileHeader()
|
HunkHeader.OldImage |
getOldImage()
|
HunkHeader.OldImage |
getOldImage(int nthParent)
Get the OldImage data related to the nth ancestor |
Methods inherited from class org.eclipse.jgit.patch.HunkHeader |
---|
getBuffer, getEndOffset, getLinesContext, getNewLineCount, getNewStartLine, getStartOffset, toEditList, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public CombinedFileHeader getFileHeader()
getFileHeader
in class HunkHeader
public HunkHeader.OldImage getOldImage()
getOldImage
in class HunkHeader
public HunkHeader.OldImage getOldImage(int nthParent)
nthParent
- the ancestor to get the old image data of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |