Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryGetTree
java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<SVNAdminPath>
org.tmatesoft.svn.core.wc2.SvnReceivingOperation<SVNAdminPath>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation<SVNAdminPath>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
- All Implemented Interfaces:
ISvnObjectReceiver<SVNAdminPath>
,ISvnOperationOptionsProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
boolean
boolean
void
setIncludeIDs
(boolean includeIDs) void
void
setRecursive
(boolean recursive) void
setTransactionName
(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 Details
-
SvnRepositoryGetTree
-
-
Method Details
-
getTransactionName
-
setTransactionName
-
getPath
-
setPath
-
isIncludeIDs
public boolean isIncludeIDs() -
setIncludeIDs
public void setIncludeIDs(boolean includeIDs) -
isRecursive
public boolean isRecursive() -
setRecursive
public void setRecursive(boolean recursive)
-