Uses of Class
org.eclipse.jgit.diff.EditList

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
<S extends Sequence>
EditList
DiffAlgorithm.diff(SequenceComparator<? super S> cmp, S a, S b)
          Compare two sequences and identify a list of edits between them.
abstract
<S extends Sequence>
EditList
DiffAlgorithm.diffNonCommon(SequenceComparator<? super S> cmp, S a, S b)
          Compare two sequences and identify a list of edits between them.
<S extends Sequence>
EditList
LowLevelDiffAlgorithm.diffNonCommon(SequenceComparator<? super S> cmp, S a, S b)
           
static EditList EditList.singleton(Edit edit)
          Construct an edit list containing a single edit.
static
<S extends Sequence>
EditList
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
<S extends Sequence>
void
HistogramDiff.diffNonCommon(EditList edits, HashedSequenceComparator<S> cmp, HashedSequence<S> a, HashedSequence<S> b, Edit region)
           
abstract
<S extends Sequence>
void
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.
 void DiffFormatter.format(EditList edits, RawText a, RawText b)
          Formats a list of edits in unified diff format
static
<S extends Sequence>
EditList
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
 



Copyright © 2012. All Rights Reserved.