|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.CheckinManager.WebCacheCheckinManager
public static final class CheckinManager.WebCacheCheckinManager
| Method Summary | |
|---|---|
void |
addCheckinListener(WebCacheCheckinListener listener)
Adds a listener for checkin-related events. |
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. |
void |
checkinFrom(File.WebCacheFile starTeamFile,
java.io.InputStream stream)
Set up a file to checkin from an input stream. |
File.WebCacheFile[] |
commit()
commit the changes and return the results. |
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.WebCacheCheckinOptions |
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 |
|---|
public CheckinOptions.WebCacheCheckinOptions getOptions()
public void checkinFrom(File.WebCacheFile starTeamFile,
java.io.File diskFile)
starTeamFile - The file to be checked in.diskFile - The disk file from which the content is to be readCheckinManager.WebCacheCheckinManager.commit()
public void checkinFrom(File.WebCacheFile starTeamFile,
java.io.InputStream stream)
starTeamFile - The file to be checked in.stream - The stream from which the content is to be read.CheckinManager.WebCacheCheckinManager.commit()public boolean canCommit()
public void addCheckinListener(WebCacheCheckinListener listener)
listener - Application-specific event handler for checkin-related events.WebCacheCheckinListener,
WebCacheCheckinEventpublic File.WebCacheFile[] commit()
public ChangePackage.WebCacheChangePackage getChangePackage()
public View.WebCacheView getView()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||