|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.RollbackSession.Change
public static final class RollbackSession.Change
| Method Summary | |
|---|---|
RollbackSession.MergeAction |
getAction()
Returns the Merge Action associated with this change |
java.io.File |
getAncestor()
returns the file content of the immediate ancestor or null |
EditCollection |
getDiscards()
return the set of unresolved edits to be discarded from the target file content the unresolved edits constitute the rollback conflict. |
java.io.File |
getMerged()
returns the file content of the tip after the revision changes are rolled back |
java.io.File |
getRollback()
returns the file whose changes are being rolled back or null (w.r.t. |
File |
getStarTeamFileRevision()
returns the StarTeam file (revision from history) being rolled back |
java.io.File |
getTarget()
returns the file content of the tip prior to the revision changes being rolled back or null |
boolean |
isRollbackConflictDetected()
returns true if the rollback was not completely successful, false otherwise |
void |
setMerged(java.io.File f)
set the file content of the tip (in the event that a manual merge is required) |
void |
setRollbackConflictDetected(boolean conflict)
set to false after resolving merge conflicts if any |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public File getStarTeamFileRevision()
public java.io.File getRollback()
public java.io.File getAncestor()
public java.io.File getTarget()
public java.io.File getMerged()
public void setMerged(java.io.File f)
public boolean isRollbackConflictDetected()
public void setRollbackConflictDetected(boolean conflict)
conflict - false to mark the conflict as resolvedpublic EditCollection getDiscards()
Editpublic RollbackSession.MergeAction getAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||