Java org.eclipse.jgit.diff Edit fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.diff Edit fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Edit(int as, int bs)
Create a new empty edit.
Edit(int as, int ae, int bs, int be)
Create a new edit.

Method

intgetBeginA()
Get start point in sequence A
intgetBeginB()
Get start point in sequence B
intgetEndA()
Get end point in sequence A
intgetEndB()
Get end point in sequence B
intgetLengthA()
Get length of the region in A
intgetLengthB()
Get length of the region in B
TypegetType()
Get type