Package com.google.gerrit.server.patch
Class IntraLineDiffKey
- java.lang.Object
- 
- com.google.gerrit.server.patch.IntraLineDiffKey
 
- 
- All Implemented Interfaces:
- Serializable
 
 public abstract class IntraLineDiffKey extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static longserialVersionUID
 - 
Constructor SummaryConstructors Constructor Description IntraLineDiffKey()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static 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.WhitespacegetWhitespace()
 
- 
- 
- 
Field Detail- 
serialVersionUIDpublic static final long serialVersionUID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
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() 
 - 
getWhitespacepublic abstract DiffPreferencesInfo.Whitespace getWhitespace() 
 
- 
 
-