Uses of Class
org.eclipse.jgit.diff.RawText
-
Packages that use RawText Package Description org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.pgm.debug -
-
Uses of RawText in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as RawText Modifier and Type Field Description private RawTextBlameResult. resultContents(package private) RawTextCandidate. sourceTextComplete contents of the file inCandidate.sourceCommit.Methods in org.eclipse.jgit.blame that return RawText Modifier and Type Method Description RawTextBlameGenerator. getResultContents()Get complete file contents of the result file blame is annotatingRawTextBlameResult. getResultContents()Get result contentsRawTextBlameGenerator. getSourceContents()Get complete contents of the source file blamed for the current output regionMethods in org.eclipse.jgit.blame with parameters of type RawText Modifier and Type Method Description BlameGeneratorBlameGenerator. push(java.lang.String description, RawText contents)Push a candidate blob onto the generator's traversal stack.Constructors in org.eclipse.jgit.blame with parameters of type RawText Constructor Description BlameResult(BlameGenerator bg, java.lang.String path, RawText text) -
Uses of RawText in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as RawText Modifier and Type Field Description (package private) RawTextDiffFormatter.FormatResult. a(package private) RawTextDiffFormatter.FormatResult. bstatic RawTextRawText. EMPTY_TEXTA RawText of length 0Methods in org.eclipse.jgit.diff that return RawText Modifier and Type Method Description static 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 RawText Modifier and Type Method Description private EditListDiffFormatter. diff(RawText a, RawText b)voidDiffFormatter. format(EditList edits, RawText a, RawText b)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.intRawTextComparator. hash(RawText seq, int lno)private static booleanDiffFormatter. isEndOfLineMissing(RawText text, int line)EditRawTextComparator. 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 voidDiffFormatter. writeLine(char prefix, RawText text, int cur)Write 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 RawText Modifier and Type Field Description private MergeResult<RawText>MergeFormatterPass. resMethods in org.eclipse.jgit.merge that return RawText Modifier and Type Method Description private RawTextResolveMerger. getRawText(ObjectId id, Attributes attributes)Methods in org.eclipse.jgit.merge that return types with arguments of type RawText Modifier and Type Method Description private 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 RawText Modifier and Type Method Description private voidMergeFormatterPass. writeLine(RawText seq, int i)Method parameters in org.eclipse.jgit.merge with type arguments of type RawText Modifier and Type Method Description private TemporaryBufferResolveMerger. doMerge(MergeResult<RawText> result)voidMergeFormatter. formatMerge(java.io.OutputStream out, MergeResult<RawText> res, java.util.List<java.lang.String> seqName, java.lang.String charsetName)Deprecated.voidMergeFormatter. formatMerge(java.io.OutputStream out, MergeResult<RawText> res, java.util.List<java.lang.String> seqName, java.nio.charset.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 RawText Constructor Description MergeFormatterPass(java.io.OutputStream out, MergeResult<RawText> res, java.util.List<java.lang.String> seqName, java.nio.charset.Charset charset) -
Uses of RawText in org.eclipse.jgit.pgm.debug
Fields in org.eclipse.jgit.pgm.debug declared as RawText Modifier and Type Field Description private RawTextTextHashFunctions.Line. txtMethods in org.eclipse.jgit.pgm.debug with parameters of type RawText Modifier and Type Method Description booleanTextHashFunctions.Hash. equals(RawText a, int ai, RawText b, int bi)private 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 Constructor Description Line(RawText txt, int pos)
-