Uses of Class
org.eclipse.jgit.diff.RawText
Packages that use RawText
Package
Description
High-level API commands (the porcelain of JGit).
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.api
Methods in org.eclipse.jgit.api with parameters of type RawTextModifier and TypeMethodDescriptionprivate voidApplyCommand.applyText(Repository repository, String path, RawText rt, File f, FileHeader fh, DirCacheCheckout.CheckoutMetadata checkOut) -
Uses of RawText in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as RawTextModifier and TypeFieldDescriptionprivate RawTextBlameResult.resultContents(package private) RawTextCandidate.sourceTextComplete 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) RawTextDiffFormatter.FormatResult.a(package private) RawTextDiffFormatter.FormatResult.bstatic final RawTextRawText.EMPTY_TEXTA RawText of length 0Methods 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.private RawTextDiffFormatter.open(DiffEntry.Side side, DiffEntry entry) Methods in org.eclipse.jgit.diff with parameters of type RawTextModifier and TypeMethodDescriptionprivate EditListvoidFormats a list of edits in unified diff formatvoidDiffFormatter.format(FileHeader head, RawText a, RawText b) Format a patch script, reusing a previously parsed FileHeader.intprivate static booleanDiffFormatter.isEndOfLineMissing(RawText text, int line) RawTextComparator.reduceCommonStartEnd(RawText a, RawText b, Edit e) Modify the edit to remove common leading and trailing items.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
Fields in org.eclipse.jgit.merge with type parameters of type RawTextMethods in org.eclipse.jgit.merge that return RawTextModifier and TypeMethodDescriptionprivate RawTextResolveMerger.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, ContentMergeStrategy strategy) 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 TemporaryBufferResolveMerger.doMerge(MergeResult<RawText> result) voidMergeFormatter.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.private voidResolveMerger.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 TypeMethodDescriptionbooleanprivate voidDiffAlgorithms.testOne(DiffAlgorithms.Test test, RawText a, RawText b) private static voidTextHashFunctions.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.