org.tmatesoft.svn.core.replicator
public interface ISVNReplicationHandler
Since: 1.1.0
Version: 1.1.1
Method Summary | |
---|---|
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. |
Throws: SVNCancelException if the replicating operation is cancelled
Parameters: source the notifier commitInfo commit information
Throws: SVNException
Parameters: source the notifier logEntry log info about revision changes, author, etc.
Throws: SVNException