public class SvnRepositoryGetTree extends SvnRepositoryReceivingOperation<SVNAdminPath>
Modifier and Type | Field and Description |
---|---|
private boolean |
includeIDs |
private java.lang.String |
path |
private boolean |
recursive |
private java.lang.String |
transactionName |
Constructor and Description |
---|
SvnRepositoryGetTree(SvnOperationFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath() |
java.lang.String |
getTransactionName() |
boolean |
isIncludeIDs() |
boolean |
isRecursive() |
void |
setIncludeIDs(boolean includeIDs) |
void |
setPath(java.lang.String path) |
void |
setRecursive(boolean recursive) |
void |
setTransactionName(java.lang.String transactionName) |
getRepositoryRoot, setRepositoryRoot
first, getReceiver, initDefaults, last, receive, run, setReceiver
addTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, isCancelled, isChangesWorkingCopy, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalMode
private java.lang.String transactionName
private java.lang.String path
private boolean includeIDs
private boolean recursive
public SvnRepositoryGetTree(SvnOperationFactory factory)
public java.lang.String getTransactionName()
public void setTransactionName(java.lang.String transactionName)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public boolean isIncludeIDs()
public void setIncludeIDs(boolean includeIDs)
public boolean isRecursive()
public void setRecursive(boolean recursive)