|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelma.util.Diff.Change
public static class Diff.Change
A legacy adapter that is compatible to the interface of the old GPL licenced Diff.
Field Summary | |
---|---|
int |
deleted
|
int |
inserted
|
int |
line0
|
int |
line1
|
Diff.Change |
link
|
Method Summary | |
---|---|
static Diff.Change |
fromList(java.util.List diffs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Diff.Change link
public final int line0
public final int line1
public final int inserted
public final int deleted
Method Detail |
---|
public static Diff.Change fromList(java.util.List diffs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |