Uses of Class
org.eclipse.jgit.patch.CombinedHunkHeader
-
Packages that use CombinedHunkHeader Package Description org.eclipse.jgit.patch Patch file parser and data structure. -
-
Uses of CombinedHunkHeader in org.eclipse.jgit.patch
Methods in org.eclipse.jgit.patch that return types with arguments of type CombinedHunkHeader Modifier and Type Method Description List<? extends CombinedHunkHeader>
CombinedFileHeader. getHunks()
Get hunks altering this file; in order of appearance in patch
-