Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryLoad
- 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.SvnRepositoryLoad
-
- All Implemented Interfaces:
ISvnObjectReceiver<SVNAdminEvent>
,ISvnOperationOptionsProvider
public class SvnRepositoryLoad extends SvnRepositoryReceivingOperation<SVNAdminEvent>
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.InputStream
dumpStream
private java.lang.String
parentDir
private boolean
usePostCommitHook
private boolean
usePreCommitHook
private SVNUUIDAction
uuidAction
-
Constructor Summary
Constructors Constructor Description SvnRepositoryLoad(SvnOperationFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStream
getDumpStream()
java.lang.String
getParentDir()
SVNUUIDAction
getUuidAction()
protected void
initDefaults()
boolean
isUsePostCommitHook()
boolean
isUsePreCommitHook()
void
setDumpStream(java.io.InputStream dumpStream)
void
setParentDir(java.lang.String parentDir)
void
setUsePostCommitHook(boolean usePostCommitHook)
void
setUsePreCommitHook(boolean usePreCommitHook)
void
setUuidAction(SVNUUIDAction uuidAction)
-
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, 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
-
-
-
-
Field Detail
-
dumpStream
private java.io.InputStream dumpStream
-
usePreCommitHook
private boolean usePreCommitHook
-
usePostCommitHook
private boolean usePostCommitHook
-
uuidAction
private SVNUUIDAction uuidAction
-
parentDir
private java.lang.String parentDir
-
-
Constructor Detail
-
SvnRepositoryLoad
public SvnRepositoryLoad(SvnOperationFactory factory)
-
-
Method Detail
-
initDefaults
protected void initDefaults()
- Overrides:
initDefaults
in classSvnReceivingOperation<SVNAdminEvent>
-
getDumpStream
public java.io.InputStream getDumpStream()
-
setDumpStream
public void setDumpStream(java.io.InputStream dumpStream)
-
isUsePreCommitHook
public boolean isUsePreCommitHook()
-
setUsePreCommitHook
public void setUsePreCommitHook(boolean usePreCommitHook)
-
isUsePostCommitHook
public boolean isUsePostCommitHook()
-
setUsePostCommitHook
public void setUsePostCommitHook(boolean usePostCommitHook)
-
getUuidAction
public SVNUUIDAction getUuidAction()
-
setUuidAction
public void setUuidAction(SVNUUIDAction uuidAction)
-
getParentDir
public java.lang.String getParentDir()
-
setParentDir
public void setParentDir(java.lang.String parentDir)
-
-