Uses of Class
org.eclipse.jgit.patch.HunkHeader
-
Packages that use HunkHeader Package Description org.eclipse.jgit.patch Patch file parser and data structure. -
-
Uses of HunkHeader in org.eclipse.jgit.patch
Subclasses of HunkHeader in org.eclipse.jgit.patch Modifier and Type Class Description classCombinedHunkHeaderHunk header for a hunk appearing in a "diff --cc" style patch.Fields in org.eclipse.jgit.patch with type parameters of type HunkHeader Modifier and Type Field Description private java.util.List<HunkHeader>FileHeader. hunksThe hunks of this fileMethods in org.eclipse.jgit.patch that return HunkHeader Modifier and Type Method Description (package private) HunkHeaderCombinedFileHeader. newHunkHeader(int offset)(package private) HunkHeaderFileHeader. newHunkHeader(int offset)Methods in org.eclipse.jgit.patch that return types with arguments of type HunkHeader Modifier and Type Method Description java.util.List<? extends HunkHeader>FileHeader. getHunks()Get hunks altering this file; in order of appearance in patchMethods in org.eclipse.jgit.patch with parameters of type HunkHeader Modifier and Type Method Description (package private) voidFileHeader. addHunk(HunkHeader h)
-