ISVNReplayHandlerpublic class SVNReplayHandler extends java.lang.Object implements ISVNReplayHandler
SVNReplayHandler is an implementation of ISVNReplayHandler that is used in
SVNAdminClient.doSynchronize(org.tmatesoft.svn.core.SVNURL).| Constructor | Description |
|---|---|
SVNReplayHandler(SVNRepository targetRepository,
boolean hasCommitRevPropsCapability,
ISVNLogEntryHandler logEntryHandler,
org.tmatesoft.svn.util.ISVNDebugLog debugLog,
ISVNEventHandler canceller,
SVNAdminClient adminClient) |
Creates a new replay handler.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getNormalizedNodePropsCount() |
|
int |
getNormalizedRevPropsCount() |
|
void |
handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor) |
Handles the end of replaying a next revision.
|
ISVNEditor |
handleStartRevision(long revision,
SVNProperties revisionProperties) |
Handles the start of replaying a next revision and returns an editor through which the revision
will be replayed.
|
public SVNReplayHandler(SVNRepository targetRepository, boolean hasCommitRevPropsCapability, ISVNLogEntryHandler logEntryHandler, org.tmatesoft.svn.util.ISVNDebugLog debugLog, ISVNEventHandler canceller, SVNAdminClient adminClient)
targetRepository - hasCommitRevPropsCapability - logEntryHandler - debugLog - canceller - adminClient - public ISVNEditor handleStartRevision(long revision, SVNProperties revisionProperties) throws SVNException
ISVNReplayHandlerhandleStartRevision in interface ISVNReplayHandlerrevision - revisionProperties - SVNExceptionpublic void handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor)
throws SVNException
ISVNReplayHandlereditor.handleEndRevision in interface ISVNReplayHandlerrevision - revisionProperties - editor - SVNExceptionpublic int getNormalizedRevPropsCount()
public int getNormalizedNodePropsCount()