Uses of Class
org.eclipse.jgit.diff.Edit
Packages that use Edit
-
Uses of Edit in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return EditModifier and TypeMethodDescriptionfinal Edit
Construct a new edit representing the region after cut.final Edit
Construct a new edit representing the region before cut.RawTextComparator.reduceCommonStartEnd
(RawText a, RawText b, Edit e) SequenceComparator.reduceCommonStartEnd
(S a, S b, Edit e) Modify the edit to remove common leading and trailing items.Methods in org.eclipse.jgit.diff with parameters of type EditModifier and TypeMethodDescriptionstatic <S extends Sequence>
Subsequence<S>Construct a subsequence around the A region/base sequence.final Edit
Construct a new edit representing the region after cut.static <S extends Sequence>
Subsequence<S>Construct a subsequence around the B region/base sequence.final Edit
Construct a new edit representing the region before cut.<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.RawTextComparator.reduceCommonStartEnd
(RawText a, RawText b, Edit e) SequenceComparator.reduceCommonStartEnd
(S a, S b, Edit e) Modify the edit to remove common leading and trailing items.static EditList
Construct an edit list containing a single edit.static <S extends Sequence>
voidSubsequence.toBase
(Edit e, Subsequence<S> a, Subsequence<S> b) Adjust the Edit to reflect positions in the base sequence.