ISvnOperationOptionsProviderpublic class SvnSetWCDbVersion extends SvnOperation<java.lang.Void>
| Modifier and Type | Field | Description |
|---|---|---|
static int |
WC_DB_17_VERSION |
|
static int |
WC_DB_18_VERSION |
| Modifier | Constructor | Description |
|---|---|---|
protected |
SvnSetWCDbVersion(SvnOperationFactory factory) |
| Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTarget, 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>SVNException