|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.diff.Edit
public final class Edit
An Edit
| Field Summary | |
|---|---|
static int |
DELETE
|
static int |
INSERT
|
static int |
REPLACE
|
static int |
UNCHANGED
|
| Constructor Summary | |
|---|---|
Edit(int eAction,
int nStartSource,
int nEndSource,
int nStartTarget,
int nEndTarget)
Create an Edit |
|
| Method Summary | |
|---|---|
int |
getAction()
return the action |
int |
getEndSource()
return the end source |
int |
getEndTarget()
return the end target |
int |
getNumSourceChanges()
return the number of source changes |
int |
getNumTargetChanges()
return the number of target changes |
int |
getSourceChanges()
return the source changes |
int |
getStartSource()
return the start source |
int |
getStartTarget()
return the start target |
int |
getTargetChanges()
return the target changes |
java.lang.String |
toString()
a string representation of this edit |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int UNCHANGED
public static final int INSERT
public static final int DELETE
public static final int REPLACE
| Constructor Detail |
|---|
public Edit(int eAction,
int nStartSource,
int nEndSource,
int nStartTarget,
int nEndTarget)
eAction - the action to applynStartSource - the source statenEndSource - the source endnStartTarget - the target startnEndTarget - the target end| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int getAction()
public int getStartSource()
public int getEndSource()
public int getStartTarget()
public int getEndTarget()
public int getSourceChanges()
public int getTargetChanges()
public int getNumSourceChanges()
public int getNumTargetChanges()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||