public class IntraLineDiffKey
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
IntraLineDiffKey(org.eclipse.jgit.lib.ObjectId aId,
Text aText,
org.eclipse.jgit.lib.ObjectId bId,
Text bText,
java.util.List<org.eclipse.jgit.diff.Edit> edits,
com.google.gerrit.reviewdb.client.Project.NameKey projectKey,
org.eclipse.jgit.lib.ObjectId commit,
java.lang.String path,
boolean ignoreWhitespace) |
public IntraLineDiffKey(org.eclipse.jgit.lib.ObjectId aId, Text aText, org.eclipse.jgit.lib.ObjectId bId, Text bText, java.util.List<org.eclipse.jgit.diff.Edit> edits, com.google.gerrit.reviewdb.client.Project.NameKey projectKey, org.eclipse.jgit.lib.ObjectId commit, java.lang.String path, boolean ignoreWhitespace)
public org.eclipse.jgit.lib.ObjectId getBlobA()
public org.eclipse.jgit.lib.ObjectId getBlobB()
public boolean isIgnoreWhitespace()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object