|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISVNReplicationHandler
The ISVNReplicationHandler is the interface for the handlers which are registered to a repository replicator to keep track of the replicating process.
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. |
Method Detail |
---|
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 information
SVNException
void checkCancelled() throws SVNCancelException
SVNCancelException
- if the replicating operation is cancelled
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |