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
Fields in org.tmatesoft.svn.core.replicator declared as ISVNReplicationHandler Modifier and Type Field Description private ISVNReplicationHandler
SVNRepositoryReplicator. myHandler
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.
-