public class DiffRow extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DiffRow.Tag |
| Constructor and Description |
|---|
DiffRow(DiffRow.Tag tag,
String oldLine,
String newLine) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNewLine() |
String |
getOldLine() |
DiffRow.Tag |
getTag() |
int |
hashCode() |
void |
setNewLine(String newLine) |
void |
setOldLine(String oldLine) |
void |
setTag(DiffRow.Tag tag) |
String |
toString() |
public DiffRow(DiffRow.Tag tag, String oldLine, String newLine)
public DiffRow.Tag getTag()
public void setTag(DiffRow.Tag tag)
tag - the tag to setpublic String getOldLine()
public void setOldLine(String oldLine)
oldLine - the oldLine to setpublic String getNewLine()
public void setNewLine(String newLine)
newLine - the newLine to setCopyright © 2015. All rights reserved.