public abstract class IntraLineDiffKey
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
IntraLineDiffKey() |
Modifier and Type | Method and Description |
---|---|
static IntraLineDiffKey |
create(org.eclipse.jgit.lib.ObjectId aId,
org.eclipse.jgit.lib.ObjectId bId,
DiffPreferencesInfo.Whitespace whitespace) |
abstract org.eclipse.jgit.lib.ObjectId |
getBlobA() |
abstract org.eclipse.jgit.lib.ObjectId |
getBlobB() |
abstract DiffPreferencesInfo.Whitespace |
getWhitespace() |
public static final long serialVersionUID
public static IntraLineDiffKey create(org.eclipse.jgit.lib.ObjectId aId, org.eclipse.jgit.lib.ObjectId bId, DiffPreferencesInfo.Whitespace whitespace)
public abstract org.eclipse.jgit.lib.ObjectId getBlobA()
public abstract org.eclipse.jgit.lib.ObjectId getBlobB()
public abstract DiffPreferencesInfo.Whitespace getWhitespace()