Package com.google.gerrit.server.patch
Class IntraLineDiff
- java.lang.Object
- 
- com.google.gerrit.server.patch.IntraLineDiff
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class IntraLineDiff extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classIntraLineDiff.Status
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit>getEdits()IntraLineDiff.StatusgetStatus()
 
- 
- 
- 
Method Detail- 
getStatuspublic IntraLineDiff.Status getStatus() 
 - 
getEditspublic com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> getEdits() 
 
- 
 
-