|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tmatesoft.svn.core.wc2.SvnOperation<V>
org.tmatesoft.svn.core.wc2.AbstractSvnUpdate<V>
public abstract class AbstractSvnUpdate<V>
Provides methods allowing to check out, update, switch and relocate a working copy as well as export an unversioned directory or file from a repository.
SvnCheckout,
SvnExport,
SvnUpdate,
SvnSwitch| Constructor Summary | |
|---|---|
protected |
AbstractSvnUpdate(SvnOperationFactory factory)
|
| Method Summary | |
|---|---|
ISvnExternalsHandler |
getExternalsHandler()
Gets externals handler. |
boolean |
isAllowUnversionedObstructions()
Gets whether or not to allow tolerating unversioned items during update. |
boolean |
isIgnoreExternals()
Gets whether or not externals definitions should be ignored. |
boolean |
isUpdateLocksOnDemand()
Gets whether or not locks should be updated on demand. |
void |
setAllowUnversionedObstructions(boolean allowUnversionedObstructions)
Set whether or not to allow tolerating unversioned items during update. |
void |
setExternalsHandler(ISvnExternalsHandler externalsHandler)
Sets externals handler. |
void |
setIgnoreExternals(boolean ignoreExternals)
Sets whether or not externals definitions should be ignored. |
void |
setUpdateLocksOnDemand(boolean updateLocksOnDemand)
Sets whether or not locks should be updated on demand. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractSvnUpdate(SvnOperationFactory factory)
| Method Detail |
|---|
public boolean isIgnoreExternals()
true if externals definitions should be ignored, otherwise falsepublic void setIgnoreExternals(boolean ignoreExternals)
ignoreExternals - code>true if externals definitions should be ignored, otherwise falsepublic boolean isUpdateLocksOnDemand()
true if locks should be updated on demand, otherwise falsepublic void setUpdateLocksOnDemand(boolean updateLocksOnDemand)
updateLocksOnDemand - true if locks should be updated on demand, otherwise falsepublic boolean isAllowUnversionedObstructions()
true if allow tolerating unversioned items during update, otherwise falsepublic void setAllowUnversionedObstructions(boolean allowUnversionedObstructions)
allowUnversionedObstructions - true if allow tolerating unversioned items during update, otherwise falsepublic ISvnExternalsHandler getExternalsHandler()
public void setExternalsHandler(ISvnExternalsHandler externalsHandler)
externalsHandler - object to handle the externals
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||