appli.diff
Class DiffItem
java.lang.Object
appli.diff.DiffItem
- public class DiffItem
- extends java.lang.Object
Contains all the parameters of a difference in two files
- Version:
- 1.0 Dec 2003
- Author:
- Marc Wenger/CDS
Constructor Summary |
DiffItem(int type,
int line1)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CHANGE
public static final int CHANGE
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
MOVE
public static final int MOVE
- See Also:
- Constant Field Values
type
int type
line1
int line1
blklen1
int blklen1
line2
int line2
blklen2
int blklen2
DiffItem
public DiffItem(int type,
int line1)
setBlklen1
public void setBlklen1(int len)
incrBlk1
public void incrBlk1()
incrBlk2
public void incrBlk2()
setLine2
public void setLine2(int num)
getType
public int getType()
toString
public java.lang.String toString()