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 classCombinedHunkHeader.CombinedOldImageFields in org.eclipse.jgit.patch declared as HunkHeader.OldImage Modifier and Type Field Description private HunkHeader.OldImageHunkHeader. oldMethods 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.Constructors in org.eclipse.jgit.patch with parameters of type HunkHeader.OldImage Constructor Description HunkHeader(FileHeader fh, int offset, HunkHeader.OldImage oi)
-