Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryOperation<V>
java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<V>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation<V>
- All Implemented Interfaces:
ISvnOperationOptionsProvider
- Direct Known Subclasses:
SvnRepositoryCat,SvnRepositoryCreate,SvnRepositoryGetAuthor,SvnRepositoryGetDate,SvnRepositoryGetDiff,SvnRepositoryGetFileSize,SvnRepositoryGetInfo,SvnRepositoryGetLock,SvnRepositoryGetLog,SvnRepositoryGetProperties,SvnRepositoryGetProperty,SvnRepositoryGetRevisionProperties,SvnRepositoryGetRevisionProperty,SvnRepositoryGetUUID,SvnRepositoryGetYoungest,SvnRepositoryHotCopy,SvnRepositorySetUUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether the operation changes working copyvoidsetRepositoryRoot(File repositoryRoot) 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 Details
-
SvnRepositoryOperation
-
-
Method Details
-
setRepositoryRoot
-
getRepositoryRoot
-
isChangesWorkingCopy
public boolean isChangesWorkingCopy()Gets whether the operation changes working copy- Overrides:
isChangesWorkingCopyin classSvnOperation<V>- Returns:
trueif the operation changes the working copy, otherwisefalse
-