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

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

Introduction

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

The text is from its open source code.

Constructor

Method

intgetBegin()
Get the first element from the specified sequence which should be included in the merge result.
ConflictStategetConflictState()
Get the state of this chunk.
intgetEnd()
Get the end of the range of this chunk.
intgetSequenceIndex()
Get the index of the sequence to which this sequence chunks belongs to.