Uses of Class
org.eclipse.jgit.patch.FileHeader
-
Packages that use FileHeader Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.patch Patch file parser and data structure. -
-
Uses of FileHeader in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return FileHeader Modifier and Type Method Description FileHeaderDiffFormatter. toFileHeader(DiffEntry ent)Creates aFileHeaderrepresenting the givenDiffEntryMethods in org.eclipse.jgit.diff with parameters of type FileHeader Modifier and Type Method Description voidDiffFormatter. 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.patch Modifier and Type Class Description classCombinedFileHeaderA file in the Git "diff --cc" or "diff --combined" format.Methods in org.eclipse.jgit.patch that return FileHeader Modifier and Type Method Description FileHeaderBinaryHunk. getFileHeader()Get header for the file this hunk applies to.FileHeaderHunkHeader. getFileHeader()Get header for the file this hunk applies to.Methods in org.eclipse.jgit.patch that return types with arguments of type FileHeader Modifier and Type Method Description List<? 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 FileHeader Modifier and Type Method Description voidPatch. addFile(FileHeader fh)Add a single file to this patch.
-