Java org.eclipse.jgit.merge MergeResult fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.merge MergeResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.merge MergeResult.

The text is from its open source code.

Field

Constructor

MergeResult(List sequences)
Creates a new empty MergeResult

Method

voidadd(int srcIdx, int begin, int end, ConflictState conflictState)
Adds a new range from one of the merged sequences or from the common predecessor.
ListgetSequences()
Returns the common predecessor sequence and the merged sequence in one list.