|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void revisionReplicating(SVNRepositoryReplicator source, SVNLogEntry logEntry) throws SVNException
source
- the notifierlogEntry
- log info about revision changes, author, etc.
SVNException
public void revisionReplicated(SVNRepositoryReplicator source, SVNCommitInfo commitInfo) throws SVNException
source
- the notifiercommitInfo
- commit information
SVNException
public void checkCancelled() throws SVNCancelException
SVNCancelException
- if the replicating operation is cancelled
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |