Uses of Class
org.eclipse.jgit.diff.RawText
Packages that use RawText
Package
Description
Computing blame/annotate information of files.
Comparing file contents by computing diffs.
Content and commit history merge algorithms.
-
Uses of RawText in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that return RawTextModifier and TypeMethodDescriptionBlameGenerator.getResultContents()Get complete file contents of the result file blame is annotatingBlameResult.getResultContents()Get result contentsBlameGenerator.getSourceContents()Get complete contents of the source file blamed for the current output regionMethods in org.eclipse.jgit.blame with parameters of type RawTextModifier and TypeMethodDescriptionPush a candidate blob onto the generator's traversal stack. -
Uses of RawText in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as RawTextMethods in org.eclipse.jgit.diff that return RawTextModifier and TypeMethodDescriptionstatic RawTextRawText.load(ObjectLoader ldr, int threshold) Read a blob object into RawText, or throw BinaryBlobException if the blob is binary.Methods in org.eclipse.jgit.diff with parameters of type RawTextModifier and TypeMethodDescriptionvoidFormats a list of edits in unified diff formatvoidDiffFormatter.format(EditList edits, RawText a, RawText b, DiffDriver diffDriver) Formats a list of edits in unified diff formatvoidDiffFormatter.format(FileHeader head, RawText a, RawText b) Format a patch script, reusing a previously parsed FileHeader.voidDiffFormatter.format(FileHeader head, RawText a, RawText b, DiffDriver diffDriver) Format a patch script, reusing a previously parsed FileHeader.intRawTextComparator.reduceCommonStartEnd(RawText a, RawText b, Edit e) protected voidDiffFormatter.writeAddedLine(RawText text, int line) Output an added line.protected voidDiffFormatter.writeContextLine(RawText text, int line) Output a line of context (unmodified line).protected voidWrite a standard patch script line.protected voidDiffFormatter.writeRemovedLine(RawText text, int line) Output a removed line -
Uses of RawText in org.eclipse.jgit.merge
Method parameters in org.eclipse.jgit.merge with type arguments of type RawTextModifier and TypeMethodDescriptionvoidMergeFormatter.formatMerge(OutputStream out, MergeResult<RawText> res, List<String> seqName, String charsetName) Deprecated.voidMergeFormatter.formatMerge(OutputStream out, MergeResult<RawText> res, List<String> seqName, Charset charset) Formats the results of a merge ofRawTextobjects in a Git conformant way.voidMergeFormatter.formatMergeDiff3(OutputStream out, MergeResult<RawText> res, List<String> seqName, Charset charset) Formats the results of a merge ofRawTextobjects in a Git conformant way using diff3 style.
MergeFormatter.formatMerge(OutputStream, MergeResult, List, Charset)instead.