Package org.eclipse.jgit.patch
Patch file parser and data structure.
-
Class Summary Class Description BinaryHunk Part of a "GIT binary patch" to describe the pre-image or post-imageCombinedFileHeader A file in the Git "diff --cc" or "diff --combined" format.CombinedHunkHeader Hunk header for a hunk appearing in a "diff --cc" style patch.FileHeader Patch header describing an action for a single file path.FormatError An error in a patch scriptHunkHeader Hunk header describing the layout of a single block of linesHunkHeader.OldImage Details about an old image of the file.Patch A parsed collection ofFileHeader
s from a unified diff patch file -
Enum Summary Enum Description BinaryHunk.Type Type of information stored in a binary hunk.FileHeader.PatchType Type of patch used by this file.FormatError.Severity Classification of an error.