helma.util
Class Diff.Change

java.lang.Object
  extended by 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.


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

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)


Copyright © 1998-1998-${year} Helma.org. All Rights Reserved.