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 RawText
RawText.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 TypeMethodDescriptionvoid
Formats a list of edits in unified diff formatvoid
DiffFormatter.format
(FileHeader head, RawText a, RawText b) Format a patch script, reusing a previously parsed FileHeader.int
RawTextComparator.reduceCommonStartEnd
(RawText a, RawText b, Edit e) protected void
DiffFormatter.writeAddedLine
(RawText text, int line) Output an added line.protected void
DiffFormatter.writeContextLine
(RawText text, int line) Output a line of context (unmodified line).protected void
Write a standard patch script line.protected void
DiffFormatter.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 TypeMethodDescriptionvoid
MergeFormatter.formatMerge
(OutputStream out, MergeResult<RawText> res, List<String> seqName, String charsetName) Deprecated.void
MergeFormatter.formatMerge
(OutputStream out, MergeResult<RawText> res, List<String> seqName, Charset charset) Formats the results of a merge ofRawText
objects in a Git conformant way.void
MergeFormatter.formatMergeDiff3
(OutputStream out, MergeResult<RawText> res, List<String> seqName, Charset charset) Formats the results of a merge ofRawText
objects in a Git conformant way using diff3 style.
MergeFormatter.formatMerge(OutputStream, MergeResult, List, Charset)
instead.