|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary | |
static class |
ClearcaseIfc.Status
|
Method Summary | |
ClearcaseIfc.Status |
add(String file,
String comment,
boolean isdirectory)
Adds the given file to clearcase source control. |
ClearcaseIfc.Status |
checkin(String file,
String comment,
boolean ptime)
Does a clearcase checkin of the given file. |
ClearcaseIfc.Status |
checkout(String file,
String comment,
boolean reserved,
boolean ptime)
Does a clearcase checkout of the given file. |
ClearcaseIfc.Status |
cleartool(String cmd)
Executes the command "cmd" just like a command line "cleartool cmd". |
ClearcaseIfc.Status |
delete(String file,
String comment)
Removes the given file from clearcase source control (rmname NOT rmelem). |
void |
destroy()
Destroys this instance |
ClearcaseIfc.Status |
getViewName(String file)
Gets the view tag name for the view associated with file. |
boolean |
isCheckedOut(String file)
Returns true if the file is under version control and checked out |
boolean |
isDifferent(String file)
Returns true if the file is checked out and different from its predecessor |
boolean |
isElement(String file)
Returns true if the file is under clearcase version control |
boolean |
isHijacked(String file)
Returns true if the file is under version control and hijacked from a snapshot view |
boolean |
isSnapShot(String file)
Returns true if the file is under version control and part of a snapshot view |
ClearcaseIfc.Status |
move(String file,
String newfile,
String comment)
Moves file to newfile. |
ClearcaseIfc.Status |
uncheckout(String file,
boolean keep)
Does a clearcase uncheckout of the given file. |
Method Detail |
public void destroy()
public ClearcaseIfc.Status checkout(String file, String comment, boolean reserved, boolean ptime)
public ClearcaseIfc.Status checkin(String file, String comment, boolean ptime)
public ClearcaseIfc.Status uncheckout(String file, boolean keep)
public ClearcaseIfc.Status add(String file, String comment, boolean isdirectory)
public ClearcaseIfc.Status delete(String file, String comment)
public ClearcaseIfc.Status move(String file, String newfile, String comment)
public ClearcaseIfc.Status getViewName(String file)
public ClearcaseIfc.Status cleartool(String cmd)
public boolean isCheckedOut(String file)
public boolean isElement(String file)
public boolean isDifferent(String file)
public boolean isSnapShot(String file)
public boolean isHijacked(String file)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |