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
Methods in org.eclipse.jgit.patch that return HunkHeader.OldImage Modifier and Type Method Description HunkHeader.OldImageCombinedHunkHeader. getOldImage()Get information about the old image mentioned in this hunk.HunkHeader.OldImageCombinedHunkHeader. getOldImage(int nthParent)Get the OldImage data related to the nth ancestorHunkHeader.OldImageHunkHeader. getOldImage()Get information about the old image mentioned in this hunk.
-