Package com.google.gerrit.server.patch
Class IntraLineDiffKey
java.lang.Object
com.google.gerrit.server.patch.IntraLineDiffKey
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
serialVersionUIDpublic static final long serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
IntraLineDiffKeypublic IntraLineDiffKey()
 
- 
- 
Method Details- 
createpublic static IntraLineDiffKey create(org.eclipse.jgit.lib.ObjectId aId, org.eclipse.jgit.lib.ObjectId bId, DiffPreferencesInfo.Whitespace whitespace) 
- 
getBlobApublic abstract org.eclipse.jgit.lib.ObjectId getBlobA()
- 
getBlobBpublic abstract org.eclipse.jgit.lib.ObjectId getBlobB()
- 
getWhitespace
 
-