org.netbeans.lib.cvsclient.command.diff
Class DiffInformation.DiffChange
java.lang.Object
org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
- Enclosing class:
- DiffInformation
public class DiffInformation.DiffChange
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD
public static final int ADD
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
CHANGE
public static final int CHANGE
- See Also:
- Constant Field Values
type
protected int type
DiffInformation.DiffChange
public DiffInformation.DiffChange()
setType
public void setType(int typeChange)
getType
public int getType()
setLeftRange
public void setLeftRange(int min,
int max)
setRightRange
public void setRightRange(int min,
int max)
getMainBeginning
public int getMainBeginning()
getRightMin
public int getRightMin()
getRightMax
public int getRightMax()
getLeftMin
public int getLeftMin()
getLeftMax
public int getLeftMax()
isInRange
public boolean isInRange(int number,
boolean left)
getLine
public java.lang.String getLine(int number,
boolean left)
appendLeftLine
public void appendLeftLine(java.lang.String diffLine)
appendRightLine
public void appendRightLine(java.lang.String diffLine)