Uses of Interface
org.tmatesoft.svn.core.io.ISVNReplayHandler
-
Packages that use ISVNReplayHandler Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine. -
-
Uses of ISVNReplayHandler in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNReplayHandler Modifier and Type Method Description protected voidDAVRepository. replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler) -
Uses of ISVNReplayHandler in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNReplayHandler Modifier and Type Method Description protected voidFSRepository. replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler) -
Uses of ISVNReplayHandler in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNReplayHandler Modifier and Type Method Description protected voidSVNRepositoryImpl. replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler) -
Uses of ISVNReplayHandler in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNReplayHandler Modifier and Type Method Description voidSVNRepository. replayRange(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler)Replays the changes from a range of revisions betweenstartRevisionandendRevision.protected abstract voidSVNRepository. replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler) -
Uses of ISVNReplayHandler in org.tmatesoft.svn.core.wc.admin
Classes in org.tmatesoft.svn.core.wc.admin that implement ISVNReplayHandler Modifier and Type Class Description classSVNReplayHandlerSVNReplayHandleris an implementation ofISVNReplayHandlerthat is used inSVNAdminClient.doSynchronize(org.tmatesoft.svn.core.SVNURL).
-