|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.jobConfigHistory.SideBySideView.Line
public static class SideBySideView.Line
Holds information about a single line, which consists of the left and right information of the diff.
| Nested Class Summary | |
|---|---|
static class |
SideBySideView.Line.Item
Simple representation of a diff element. |
| Constructor Summary | |
|---|---|
SideBySideView.Line()
|
|
| Method Summary | |
|---|---|
SideBySideView.Line.Item |
getLeft()
Returns the left version of a modificated line. |
SideBySideView.Line.Item |
getRight()
Returns the right version of a modificated line. |
difflib.DiffRow.Tag |
getTag()
|
boolean |
isSkipping()
Should we skip this line. |
void |
setSkipping(boolean skipping)
Sets skipping. |
void |
setTag(difflib.DiffRow.Tag tag)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SideBySideView.Line()
| Method Detail |
|---|
public SideBySideView.Line.Item getLeft()
public SideBySideView.Line.Item getRight()
public boolean isSkipping()
public void setSkipping(boolean skipping)
skipping - skip?public difflib.DiffRow.Tag getTag()
public void setTag(difflib.DiffRow.Tag tag)
tag - the tag to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||