Uses of Class
org.eclipse.jgit.patch.HunkHeader
-
Packages that use HunkHeader Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.patch Patch file parser and data structure. -
-
Uses of HunkHeader in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as HunkHeader Modifier and Type Field Description private HunkHeader
ApplyCommand.Result.Error. hh
Methods in org.eclipse.jgit.api with parameters of type HunkHeader Modifier and Type Method Description private void
ApplyCommand.Result. addError(java.lang.String msg, java.lang.String oldFileName, HunkHeader hh)
Constructors in org.eclipse.jgit.api with parameters of type HunkHeader Constructor Description Error(java.lang.String msg, java.lang.String oldFileName, HunkHeader hh)
-
Uses of HunkHeader in org.eclipse.jgit.patch
Subclasses of HunkHeader in org.eclipse.jgit.patch Modifier and Type Class Description class
CombinedHunkHeader
Hunk 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. hunks
The hunks of this fileMethods in org.eclipse.jgit.patch that return HunkHeader Modifier and Type Method Description (package private) HunkHeader
CombinedFileHeader. newHunkHeader(int offset)
(package private) HunkHeader
FileHeader. 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) void
FileHeader. addHunk(HunkHeader h)
-