Uses of Class
com.ptc.windchill.upgrade.util.ClearcaseIfc.Status

Packages that use ClearcaseIfc.Status
com.ptc.windchill.upgrade.util   
 

Uses of ClearcaseIfc.Status in com.ptc.windchill.upgrade.util
 

Methods in com.ptc.windchill.upgrade.util that return ClearcaseIfc.Status
 ClearcaseIfc.Status ClearcaseIfc.checkout(String file, String comment, boolean reserved, boolean ptime)
          Does a clearcase checkout of the given file.
 ClearcaseIfc.Status ClearcaseIfc.checkin(String file, String comment, boolean ptime)
          Does a clearcase checkin of the given file.
 ClearcaseIfc.Status ClearcaseIfc.uncheckout(String file, boolean keep)
          Does a clearcase uncheckout of the given file.
 ClearcaseIfc.Status ClearcaseIfc.add(String file, String comment, boolean isdirectory)
          Adds the given file to clearcase source control.
 ClearcaseIfc.Status ClearcaseIfc.delete(String file, String comment)
          Removes the given file from clearcase source control (rmname NOT rmelem).
 ClearcaseIfc.Status ClearcaseIfc.move(String file, String newfile, String comment)
          Moves file to newfile.
 ClearcaseIfc.Status ClearcaseIfc.getViewName(String file)
          Gets the view tag name for the view associated with file.
 ClearcaseIfc.Status ClearcaseIfc.cleartool(String cmd)
          Executes the command "cmd" just like a command line "cleartool cmd".
private  ClearcaseIfc.Status ClearcaseCLI.execute(String cmd)
           
private  ClearcaseIfc.Status ClearcaseCLI.readOutput()
           
 ClearcaseIfc.Status ClearcaseCLI.add(String file, String comment, boolean isdirectory)
           
 ClearcaseIfc.Status ClearcaseCLI.checkin(String file, String comment, boolean ptime)
           
 ClearcaseIfc.Status ClearcaseCLI.checkout(String file, String comment, boolean reserved, boolean ptime)
           
 ClearcaseIfc.Status ClearcaseCLI.cleartool(String cmd)
           
 ClearcaseIfc.Status ClearcaseCLI.delete(String file, String comment)
           
 ClearcaseIfc.Status ClearcaseCLI.getViewName(String file)
           
 ClearcaseIfc.Status ClearcaseCLI.move(String file, String newfile, String comment)
           
 ClearcaseIfc.Status ClearcaseCLI.uncheckout(String file, boolean keep)