| Package | Description | 
|---|---|
| org.eclipse.jgit.api.errors | 
 Exceptions thrown by API commands. 
 | 
| org.eclipse.jgit.diff | 
 Comparing file contents by computing diffs. 
 | 
| org.eclipse.jgit.patch | 
 Patch file parser and data structure. 
 | 
| Class and Description | 
|---|
| FormatError
 An error in a patch script 
 | 
| Class and Description | 
|---|
| FileHeader
 Patch header describing an action for a single file path. 
 | 
| Class and Description | 
|---|
| BinaryHunk
 Part of a "GIT binary patch" to describe the pre-image or post-image 
 | 
| BinaryHunk.Type
 Type of information stored in a binary hunk. 
 | 
| CombinedFileHeader
 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. 
 | 
| FileHeader.PatchType
 Type of patch used by this file. 
 | 
| FormatError
 An error in a patch script 
 | 
| FormatError.Severity
 Classification of an error. 
 | 
| HunkHeader
 Hunk header describing the layout of a single block of lines 
 | 
| HunkHeader.OldImage
 Details about an old image of the file. 
 | 
Copyright © 2018 Eclipse JGit Project. All rights reserved.