com.starteam
Class CheckoutManager.WebCacheCheckoutManager

java.lang.Object
  extended by com.starteam.CheckoutManager.WebCacheCheckoutManager
Enclosing class:
CheckoutManager

public static final class CheckoutManager.WebCacheCheckoutManager
extends java.lang.Object


Method Summary
 boolean canCommit()
          return true if this checkin can be committed
 void checkoutTo(File.WebCacheFile starTeamFile, java.io.File diskFile)
          Set up a file to checkin from a working file on disk
 File.WebCacheFile[] commit()
          commit the changes
 CheckoutOptions getOptions()
          Return the options associated with this checkin manager These options can be changed by the caller on demand
 View.WebCacheView getView()
          returns the containing view
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOptions

public CheckoutOptions getOptions()
Return the options associated with this checkin manager These options can be changed by the caller on demand

Returns:
the options associated with this checkin manager

getView

public View.WebCacheView getView()
returns the containing view

Returns:
the View

checkoutTo

public void checkoutTo(File.WebCacheFile starTeamFile,
                       java.io.File diskFile)
Set up a file to checkin from a working file on disk

Parameters:
starTeamFile -
diskFile -

canCommit

public boolean canCommit()
return true if this checkin can be committed

Returns:
true if this checkin can be committed

commit

public File.WebCacheFile[] commit()
commit the changes



StarTeam SDK 13.0, Build 31
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.