|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.CheckoutManager.WebCacheCheckoutManager
public static final class CheckoutManager.WebCacheCheckoutManager
| Method Summary | |
|---|---|
void |
addCheckoutListener(WebCacheCheckoutListener listener)
Adds a listener for checkout-related events. |
boolean |
canCommit()
return true if this checkin can be committed |
void |
checkoutTo(File.WebCacheFile starTeamFile,
java.io.File diskFile)
Set up a file to checkout to a working file on disk Creates a copy of the global options. |
void |
checkoutTo(File.WebCacheFile starTeamFile,
java.io.OutputStream stream)
Set up a file to checkout to an output stream. |
File.WebCacheFile[] |
commit()
commit the changes |
CheckoutOptions.WebCacheCheckoutOptions |
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 void addCheckoutListener(WebCacheCheckoutListener listener)
listener - Application-specific event handler for checkout-related
events.WebCacheCheckoutListener,
WebCacheCheckoutEventpublic CheckoutOptions.WebCacheCheckoutOptions getOptions()
public View.WebCacheView getView()
public void checkoutTo(File.WebCacheFile starTeamFile,
java.io.File diskFile)
starTeamFile - a starTeam File Object instancediskFile - the java.io.File to checkout to
public void checkoutTo(File.WebCacheFile starTeamFile,
java.io.OutputStream stream)
starTeamFile - The file to be checked out.stream - The stream to which the checked out content is written.public boolean canCommit()
public File.WebCacheFile[] commit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||