com.starteam
Class CheckinManager.WebCacheCheckinManager

java.lang.Object
  extended by com.starteam.CheckinManager.WebCacheCheckinManager
Enclosing class:
CheckinManager

public static final class CheckinManager.WebCacheCheckinManager
extends java.lang.Object


Method Summary
 boolean canCommit()
          return true if this checkin can be committed
 void checkinFrom(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
 ChangePackage.WebCacheChangePackage getChangePackage()
          Returns the Change Package created as the outcome of this checkin operation Returns NULL if this checkin has not yet run
 CheckinOptions 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 CheckinOptions 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

checkinFrom

public void checkinFrom(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


getChangePackage

public ChangePackage.WebCacheChangePackage getChangePackage()
Returns the Change Package created as the outcome of this checkin operation Returns NULL if this checkin has not yet run

Returns:
the Change Package created as the outcome of this checkin operation

getView

public View.WebCacheView getView()
returns the containing view

Returns:
the View


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