public abstract class SvnRepositoryOperation<V> extends SvnOperation<V>
Modifier | Constructor and Description |
---|---|
protected |
SvnRepositoryOperation(SvnOperationFactory factory) |
Modifier and Type | Method and Description |
---|---|
File |
getRepositoryRoot() |
boolean |
isChangesWorkingCopy()
Gets whether the operation changes working copy
|
void |
setRepositoryRoot(File repositoryRoot) |
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
protected SvnRepositoryOperation(SvnOperationFactory factory)
public void setRepositoryRoot(File repositoryRoot)
public File getRepositoryRoot()
public boolean isChangesWorkingCopy()
isChangesWorkingCopy
in class SvnOperation<V>
true
if the operation changes the working copy, otherwise false
Copyright © 2023. All rights reserved.