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