public interface ISVNReplicationHandler
| Modifier and Type | Method and 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.SVNExceptionvoid revisionReplicated(SVNRepositoryReplicator source, SVNCommitInfo commitInfo) throws SVNException
source - the notifiercommitInfo - commit informationSVNExceptionvoid checkCancelled()
throws SVNCancelException
SVNCancelException - if the replicating operation is cancelledCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.