Uses of Interface
org.tmatesoft.svn.core.replicator.ISVNReplicationHandler
-
Packages that use ISVNReplicationHandler Package Description org.tmatesoft.svn.core.replicator This package provides classes that allow to replicate existing repositories. -
-
Uses of ISVNReplicationHandler in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator with parameters of type ISVNReplicationHandler Modifier and Type Method Description void
SVNRepositoryReplicator. setReplicationHandler(ISVNReplicationHandler handler)
Registers a replication handler to this replicator.
-