Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositorySetUUID
- java.lang.Object
-
- org.tmatesoft.svn.core.wc2.SvnOperation<V>
-
- org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation<java.lang.Long>
-
- org.tmatesoft.svn.core.wc2.admin.SvnRepositorySetUUID
-
- All Implemented Interfaces:
ISvnOperationOptionsProvider
public class SvnRepositorySetUUID extends SvnRepositoryOperation<java.lang.Long>
-
-
Constructor Summary
Constructors Constructor Description SvnRepositorySetUUID(SvnOperationFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getUUID()
void
setUUID(java.lang.String uuid)
-
Methods inherited from class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation
getRepositoryRoot, isChangesWorkingCopy, setRepositoryRoot
-
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnOperation
addTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, initDefaults, isCancelled, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalMode
-
-
-
-
Constructor Detail
-
SvnRepositorySetUUID
public SvnRepositorySetUUID(SvnOperationFactory factory)
-
-