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
Fields in org.eclipse.jgit.blame declared as RawTextModifier and TypeFieldDescriptionprivate RawText
BlameResult.resultContents
(package private) RawText
Candidate.sourceText
Complete contents of the file inCandidate.sourceCommit
.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.Constructors in org.eclipse.jgit.blame with parameters of type RawTextModifierConstructorDescription(package private)
BlameResult
(BlameGenerator bg, String path, RawText text) -
Uses of RawText in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as RawTextModifier and TypeFieldDescription(package private) RawText
DiffFormatter.FormatResult.a
(package private) RawText
DiffFormatter.FormatResult.b
static final RawText
RawText.EMPTY_TEXT
A RawText of length 0Methods 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.private RawText
DiffFormatter.open
(DiffEntry.Side side, DiffEntry entry) Methods in org.eclipse.jgit.diff with parameters of type RawTextModifier and TypeMethodDescriptionprivate EditList
void
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
private static boolean
DiffFormatter.isEndOfLineMissing
(RawText text, int line) RawTextComparator.reduceCommonStartEnd
(RawText a, RawText b, Edit e) Modify the edit to remove common leading and trailing items.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
Fields in org.eclipse.jgit.merge with type parameters of type RawTextMethods in org.eclipse.jgit.merge that return RawTextModifier and TypeMethodDescriptionprivate RawText
ResolveMerger.getRawText
(ObjectId id, Attributes attributes) Methods in org.eclipse.jgit.merge that return types with arguments of type RawTextModifier and TypeMethodDescriptionprivate MergeResult
<RawText> ResolveMerger.contentMerge
(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, Attributes attributes) Does the content merge.Methods in org.eclipse.jgit.merge with parameters of type RawTextMethod parameters in org.eclipse.jgit.merge with type arguments of type RawTextModifier and TypeMethodDescriptionprivate TemporaryBuffer
ResolveMerger.doMerge
(MergeResult<RawText> result) void
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.private void
ResolveMerger.updateIndex
(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, MergeResult<RawText> result, Attributes attributes) Updates the index after a content merge has happened.Constructor parameters in org.eclipse.jgit.merge with type arguments of type RawTextModifierConstructorDescription(package private)
MergeFormatterPass
(OutputStream out, MergeResult<RawText> res, List<String> seqName, Charset charset) -
Uses of RawText in org.eclipse.jgit.pgm.debug
Fields in org.eclipse.jgit.pgm.debug declared as RawTextMethods in org.eclipse.jgit.pgm.debug with parameters of type RawTextModifier and TypeMethodDescriptionboolean
private void
DiffAlgorithms.testOne
(DiffAlgorithms.Test test, RawText a, RawText b) private static void
TextHashFunctions.testOne
(TextHashFunctions.Function fun, RawText txt, int[] elements, int cnt) Constructors in org.eclipse.jgit.pgm.debug with parameters of type RawText
MergeFormatter.formatMerge(OutputStream, MergeResult, List, Charset)
instead.