Uses of Class
org.eclipse.jgit.diff.EditList
Packages that use EditList
Package
Description
Comparing file contents by computing diffs.
Patch file parser and data structure.
-
Uses of EditList in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as EditListModifier and TypeFieldDescriptionprotected EditListMyersDiff.editsThe list of edits found during the last call toMyersDiff.calculateEdits(Edit)Methods in org.eclipse.jgit.diff that return EditListModifier and TypeMethodDescriptionDiffAlgorithm.diff(SequenceComparator<? super S> cmp, S a, S b) Compare two sequences and identify a list of edits between them.DiffAlgorithm.diffNonCommon(SequenceComparator<? super S> cmp, S a, S b) Compare two sequences and identify a list of edits between them.LowLevelDiffAlgorithm.diffNonCommon(SequenceComparator<? super S> cmp, S a, S b) static EditListConstruct an edit list containing a single edit.Subsequence.toBase(EditList edits, Subsequence<S> a, Subsequence<S> b) Adjust the Edits to reflect positions in the base sequence.Methods in org.eclipse.jgit.diff with parameters of type EditListModifier and TypeMethodDescription<S extends Sequence>
voidHistogramDiff.diffNonCommon(EditList edits, HashedSequenceComparator<S> cmp, HashedSequence<S> a, HashedSequence<S> b, Edit region) abstract <S extends Sequence>
voidLowLevelDiffAlgorithm.diffNonCommon(EditList edits, HashedSequenceComparator<S> cmp, HashedSequence<S> a, HashedSequence<S> b, Edit region) Compare two sequences and identify a list of edits between them.voidFormats a list of edits in unified diff formatSubsequence.toBase(EditList edits, Subsequence<S> a, Subsequence<S> b) Adjust the Edits to reflect positions in the base sequence. -
Uses of EditList in org.eclipse.jgit.patch
Methods in org.eclipse.jgit.patch that return EditListModifier and TypeMethodDescriptionFileHeader.toEditList()Convert to a list describing the content edits performed on this file.HunkHeader.toEditList()Convert to a list describing the content edits performed within the hunk.Constructors in org.eclipse.jgit.patch with parameters of type EditListModifierConstructorDescriptionFileHeader(byte[] headerLines, EditList edits, FileHeader.PatchType type) Constructs a new FileHeader