Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNHistoryHandler
Packages that use ISVNHistoryHandler
Package
Description
This package provides API for administrative managing Subversion repositories on a local machine.
-
Uses of ISVNHistoryHandler in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNHistoryHandler -
Uses of ISVNHistoryHandler in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin that implement ISVNHistoryHandler -
Uses of ISVNHistoryHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNHistoryHandlerModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<SVNAdminPath>
SvnCodec.changedHistoryReceiver
(ISVNHistoryHandler handler) -
Uses of ISVNHistoryHandler in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNHistoryHandlerModifier and TypeMethodDescriptionvoid
SVNLookClient.doGetHistory
(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision, boolean includeIDs, long limit, ISVNHistoryHandler handler) Passes history information for the specified path and revision to the provided handler.private void
SVNLookClient.getHistory
(FSFS fsfs, java.lang.String path, long start, long end, long limit, boolean crossCopies, boolean includeIDs, ISVNHistoryHandler handler)