Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryGetTree
- java.lang.Object
-
- org.tmatesoft.svn.core.wc2.SvnOperation<T>
-
- org.tmatesoft.svn.core.wc2.SvnReceivingOperation<T>
-
- org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation<SVNAdminPath>
-
- org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
-
- All Implemented Interfaces:
ISvnObjectReceiver<SVNAdminPath>
,ISvnOperationOptionsProvider
public class SvnRepositoryGetTree extends SvnRepositoryReceivingOperation<SVNAdminPath>
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
includeIDs
private java.lang.String
path
private boolean
recursive
private java.lang.String
transactionName
-
Constructor Summary
Constructors Constructor Description SvnRepositoryGetTree(SvnOperationFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation
getRepositoryRoot, setRepositoryRoot
-
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
first, getReceiver, initDefaults, last, receive, run, setReceiver
-
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, isCancelled, isChangesWorkingCopy, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalMode
-
-
-
-
Constructor Detail
-
SvnRepositoryGetTree
public SvnRepositoryGetTree(SvnOperationFactory factory)
-
-
Method Detail
-
getTransactionName
public java.lang.String getTransactionName()
-
setTransactionName
public void setTransactionName(java.lang.String transactionName)
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
isIncludeIDs
public boolean isIncludeIDs()
-
setIncludeIDs
public void setIncludeIDs(boolean includeIDs)
-
isRecursive
public boolean isRecursive()
-
setRecursive
public void setRecursive(boolean recursive)
-
-