public interface ISVNReplicationHandler
Modifier and Type | Method | Description |
---|---|---|
void |
checkCancelled() |
Checks if the replicating operation is cancelled.
|
void |
revisionReplicated(SVNRepositoryReplicator source,
SVNCommitInfo commitInfo) |
Notifies this handler that the replicator has just finished replicating
the current revision copying operation.
|
void |
revisionReplicating(SVNRepositoryReplicator source,
SVNLogEntry logEntry) |
Notifies this handler that the replicator is about to start a next
revision copying operation.
|
void revisionReplicating(SVNRepositoryReplicator source, SVNLogEntry logEntry) throws SVNException
source
- the notifierlogEntry
- log info about revision changes, author, etc.SVNException
void revisionReplicated(SVNRepositoryReplicator source, SVNCommitInfo commitInfo) throws SVNException
source
- the notifiercommitInfo
- commit informationSVNException
void checkCancelled() throws SVNCancelException
SVNCancelException
- if the replicating operation is cancelled