Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryDump
java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<T>
org.tmatesoft.svn.core.wc2.SvnReceivingOperation<T>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation<SVNAdminEvent>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
- All Implemented Interfaces:
ISvnObjectReceiver<SVNAdminEvent>
,ISvnOperationOptionsProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNRevision
private boolean
private OutputStream
private SVNRevision
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
getOut()
boolean
boolean
void
setEndRevision
(SVNRevision endRevision) void
setIncremental
(boolean incremental) void
setOut
(OutputStream out) void
setStartRevision
(SVNRevision startRevision) void
setUseDelta
(boolean useDelta) 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, 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
-
Field Details
-
out
-
startRevision
-
endRevision
-
useDelta
private boolean useDelta -
incremental
private boolean incremental
-
-
Constructor Details
-
SvnRepositoryDump
-
-
Method Details
-
getOut
-
setOut
-
getStartRevision
-
setStartRevision
-
getEndRevision
-
setEndRevision
-
isUseDelta
public boolean isUseDelta() -
setUseDelta
public void setUseDelta(boolean useDelta) -
isIncremental
public boolean isIncremental() -
setIncremental
public void setIncremental(boolean incremental) -
ensureArgumentsAreValid
- Overrides:
ensureArgumentsAreValid
in classSvnOperation<SVNAdminEvent>
- Throws:
SVNException
-