Uses of Class
org.eclipse.jgit.patch.HunkHeader.OldImage
-
Packages that use HunkHeader.OldImage Package Description org.eclipse.jgit.patch Patch file parser and data structure. -
-
Uses of HunkHeader.OldImage in org.eclipse.jgit.patch
Subclasses of HunkHeader.OldImage in org.eclipse.jgit.patch Modifier and Type Class Description private static class
CombinedHunkHeader.CombinedOldImage
Fields in org.eclipse.jgit.patch declared as HunkHeader.OldImage Modifier and Type Field Description private HunkHeader.OldImage
HunkHeader. old
Methods in org.eclipse.jgit.patch that return HunkHeader.OldImage Modifier and Type Method Description HunkHeader.OldImage
CombinedHunkHeader. getOldImage()
Get information about the old image mentioned in this hunk.HunkHeader.OldImage
CombinedHunkHeader. getOldImage(int nthParent)
Get the OldImage data related to the nth ancestorHunkHeader.OldImage
HunkHeader. getOldImage()
Get information about the old image mentioned in this hunk.Constructors in org.eclipse.jgit.patch with parameters of type HunkHeader.OldImage Constructor Description HunkHeader(FileHeader fh, int offset, HunkHeader.OldImage oi)
-