public class SvnSetWCDbVersion extends SvnOperation<java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
static int |
WC_DB_17_VERSION |
static int |
WC_DB_18_VERSION |
| Modifier | Constructor and Description |
|---|---|
protected |
SvnSetWCDbVersion(SvnOperationFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureArgumentsAreValid() |
int |
getVersion() |
protected void |
initDefaults() |
boolean |
isChangesWorkingCopy()
Gets whether the operation changes working copy
|
java.lang.Void |
run()
Executes the operation.
|
void |
setVersion(int version) |
addTarget, cancel, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, isCancelled, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalModepublic static final int WC_DB_17_VERSION
public static final int WC_DB_18_VERSION
protected SvnSetWCDbVersion(SvnOperationFactory factory)
public void setVersion(int version)
public int getVersion()
public boolean isChangesWorkingCopy()
SvnOperationisChangesWorkingCopy in class SvnOperation<java.lang.Void>true if the operation changes the working copy, otherwise falsepublic java.lang.Void run()
throws SVNException
SvnOperationrun in class SvnOperation<java.lang.Void>SVNExceptionprotected void initDefaults()
initDefaults in class SvnOperation<java.lang.Void>protected void ensureArgumentsAreValid()
throws SVNException
ensureArgumentsAreValid in class SvnOperation<java.lang.Void>SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.