Package org.tmatesoft.svn.core.wc2
Class SvnSetWCDbVersion
- All Implemented Interfaces:
ISvnOperationOptionsProvider
- Version:
- 1.8
- Author:
- TMate Software Ltd.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
int
protected void
boolean
Gets whether the operation changes working copyrun()
Executes the operation.void
setVersion
(int version) Methods inherited from class org.tmatesoft.svn.core.wc2.SvnOperation
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
-
Field Details
-
WC_DB_17_VERSION
public static final int WC_DB_17_VERSION- See Also:
-
WC_DB_18_VERSION
public static final int WC_DB_18_VERSION- See Also:
-
-
Constructor Details
-
SvnSetWCDbVersion
-
-
Method Details
-
setVersion
public void setVersion(int version) -
getVersion
public int getVersion() -
isChangesWorkingCopy
public boolean isChangesWorkingCopy()Description copied from class:SvnOperation
Gets whether the operation changes working copy- Overrides:
isChangesWorkingCopy
in classSvnOperation<Void>
- Returns:
true
if the operation changes the working copy, otherwisefalse
-
run
Description copied from class:SvnOperation
Executes the operation.- Overrides:
run
in classSvnOperation<Void>
- Returns:
- result depending on operation type
- Throws:
SVNException
-
initDefaults
protected void initDefaults()- Overrides:
initDefaults
in classSvnOperation<Void>
-
ensureArgumentsAreValid
- Overrides:
ensureArgumentsAreValid
in classSvnOperation<Void>
- Throws:
SVNException
-