Package helma.util
Class Diff.Change
- java.lang.Object
-
- helma.util.Diff.Change
-
- Enclosing class:
- Diff
public static class Diff.Change extends java.lang.Object
A legacy adapter that is compatible to the interface of the old GPL licenced Diff.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Diff.Change
fromList(java.util.List diffs)
-
-
-
Field Detail
-
link
public final Diff.Change link
-
line0
public final int line0
-
line1
public final int line1
-
inserted
public final int inserted
-
deleted
public final int deleted
-
-
Method Detail
-
fromList
public static Diff.Change fromList(java.util.List diffs)
-
-