Uses of Class
org.eclipse.jgit.patch.CombinedFileHeader
-
Packages that use CombinedFileHeader Package Description org.eclipse.jgit.patch Patch file parser and data structure. -
-
Uses of CombinedFileHeader in org.eclipse.jgit.patch
Methods in org.eclipse.jgit.patch that return CombinedFileHeader Modifier and Type Method Description CombinedFileHeader
CombinedHunkHeader. getFileHeader()
Get header for the file this hunk applies to.Constructors in org.eclipse.jgit.patch with parameters of type CombinedFileHeader Constructor Description CombinedHunkHeader(CombinedFileHeader fh, int offset)
-