Package com.google.gerrit.server.patch
Class IntraLineDiffKey
java.lang.Object
com.google.gerrit.server.patch.IntraLineDiffKey
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic IntraLineDiffKeycreate(org.eclipse.jgit.lib.ObjectId aId, org.eclipse.jgit.lib.ObjectId bId, DiffPreferencesInfo.Whitespace whitespace) abstract org.eclipse.jgit.lib.ObjectIdgetBlobA()abstract org.eclipse.jgit.lib.ObjectIdgetBlobB()abstract DiffPreferencesInfo.Whitespace 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
IntraLineDiffKey
public IntraLineDiffKey() 
 - 
 - 
Method Details
- 
create
public static IntraLineDiffKey create(org.eclipse.jgit.lib.ObjectId aId, org.eclipse.jgit.lib.ObjectId bId, DiffPreferencesInfo.Whitespace whitespace)  - 
getBlobA
public abstract org.eclipse.jgit.lib.ObjectId getBlobA() - 
getBlobB
public abstract org.eclipse.jgit.lib.ObjectId getBlobB() - 
getWhitespace
 
 -