Uses of Class
org.eclipse.jgit.patch.FileHeader
Packages that use FileHeader
Package
Description
Comparing file contents by computing diffs.
Patch file parser and data structure.
-
Uses of FileHeader in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return FileHeaderModifier and TypeMethodDescriptionDiffFormatter.toFileHeader
(DiffEntry ent) Creates aFileHeader
representing the givenDiffEntry
Methods in org.eclipse.jgit.diff with parameters of type FileHeaderModifier and TypeMethodDescriptionvoid
DiffFormatter.format
(FileHeader head, RawText a, RawText b) Format a patch script, reusing a previously parsed FileHeader. -
Uses of FileHeader in org.eclipse.jgit.patch
Subclasses of FileHeader in org.eclipse.jgit.patchModifier and TypeClassDescriptionclass
A file in the Git "diff --cc" or "diff --combined" format.Methods in org.eclipse.jgit.patch that return FileHeaderModifier and TypeMethodDescriptionBinaryHunk.getFileHeader()
Get header for the file this hunk applies to.HunkHeader.getFileHeader()
Get header for the file this hunk applies to.Methods in org.eclipse.jgit.patch that return types with arguments of type FileHeaderModifier and TypeMethodDescriptionList<? extends FileHeader>
Patch.getFiles()
Get list of files described in the patch, in occurrence order.Methods in org.eclipse.jgit.patch with parameters of type FileHeaderModifier and TypeMethodDescriptionvoid
Patch.addFile
(FileHeader fh) Add a single file to this patch.