|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EditList | |
|---|---|
| org.eclipse.jgit.diff | |
| org.eclipse.jgit.patch | |
| Uses of EditList in org.eclipse.jgit.diff |
|---|
| Fields in org.eclipse.jgit.diff declared as EditList | |
|---|---|
protected EditList |
MyersDiff.edits
The list of edits found during the last call to MyersDiff.calculateEdits(Edit) |
| Methods in org.eclipse.jgit.diff that return EditList | ||
|---|---|---|
|
DiffAlgorithm.diff(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)
|
|
abstract
|
DiffAlgorithm.diffNonCommon(SequenceComparator<? super S> cmp,
S a,
S b)
Compare two sequences and identify a list of edits between them. |
|
static EditList |
EditList.singleton(Edit edit)
Construct an edit list containing a single edit. |
|
static
|
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 EditList | ||
|---|---|---|
abstract
|
LowLevelDiffAlgorithm.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. |
|
|
HistogramDiff.diffNonCommon(EditList edits,
HashedSequenceComparator<S> cmp,
HashedSequence<S> a,
HashedSequence<S> b,
Edit region)
|
|
void |
DiffFormatter.format(EditList edits,
RawText a,
RawText b)
Formats a list of edits in unified diff format |
|
static
|
Subsequence.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 EditList | |
|---|---|
EditList |
HunkHeader.toEditList()
|
EditList |
FileHeader.toEditList()
|
| Constructors in org.eclipse.jgit.patch with parameters of type EditList | |
|---|---|
FileHeader(byte[] headerLines,
EditList edits,
FileHeader.PatchType type)
Constructs a new FileHeader |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||