|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tmatesoft.svn.core.wc.admin.SVNReplayHandler
public class SVNReplayHandler
SVNReplayHandler is an implementation of ISVNReplayHandler that is used in
SVNAdminClient.doSynchronize(org.tmatesoft.svn.core.SVNURL).
| Constructor Summary | |
|---|---|
SVNReplayHandler(SVNRepository targetRepository,
boolean hasCommitRevPropsCapability,
ISVNLogEntryHandler logEntryHandler,
ISVNDebugLog debugLog,
ISVNEventHandler canceller,
SVNAdminClient adminClient)
Creates a new replay handler. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVNReplayHandler(SVNRepository targetRepository,
boolean hasCommitRevPropsCapability,
ISVNLogEntryHandler logEntryHandler,
ISVNDebugLog debugLog,
ISVNEventHandler canceller,
SVNAdminClient adminClient)
targetRepository - hasCommitRevPropsCapability - logEntryHandler - debugLog - canceller - adminClient - | Method Detail |
|---|
public ISVNEditor handleStartRevision(long revision,
SVNProperties revisionProperties)
throws SVNException
ISVNReplayHandler
handleStartRevision in interface ISVNReplayHandlerrevision - revisionProperties -
SVNException
public void handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor)
throws SVNException
ISVNReplayHandlereditor.
handleEndRevision in interface ISVNReplayHandlerrevision - revisionProperties - editor -
SVNExceptionpublic int getNormalizedRevPropsCount()
public int getNormalizedNodePropsCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||