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 Summary
Nested Classes Modifier and Type Class Description static class
IntraLineDiff.Status
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit>
getEdits()
IntraLineDiff.Status
getStatus()
-
-
-
Method Detail
-
getStatus
public IntraLineDiff.Status getStatus()
-
getEdits
public com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> getEdits()
-
-