|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISVNReplayHandler
The ISVNReplayHandler is used in SVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ISVNEditor handleStartRevision(long revision,
SVNProperties revisionProperties)
throws SVNException
revision - target revision number of the received replay reportrevisionProperties - contains key/value pairs for each revision properties for this
revision
revision
SVNException
void handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor)
throws SVNException
editor.
revision - target revision number of the received replay reportrevisionProperties - contains key/value pairs for each revision properties for this
revisioneditor - replication editor
SVNException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||