ISvnOperationOptionsProvider
public 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, wait
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, setSqliteJournalMode
public 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()
SvnOperation
isChangesWorkingCopy
in class SvnOperation<java.lang.Void>
true
if the operation changes the working copy, otherwise false
public java.lang.Void run() throws SVNException
SvnOperation
run
in class SvnOperation<java.lang.Void>
SVNException
protected void initDefaults()
initDefaults
in class SvnOperation<java.lang.Void>
protected void ensureArgumentsAreValid() throws SVNException
ensureArgumentsAreValid
in class SvnOperation<java.lang.Void>
SVNException