Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNHistoryHandler
-
Packages that use ISVNHistoryHandler Package Description org.tmatesoft.svn.cli.svnlook org.tmatesoft.svn.core.internal.wc2.admin org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.wc.admin 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 Modifier and Type Class Description class
SVNLookHistoryCommand
-
Uses of ISVNHistoryHandler in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin that implement ISVNHistoryHandler Modifier and Type Class Description class
SvnRepositoryGetHistoryImpl
-
Uses of ISVNHistoryHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNHistoryHandler Modifier and Type Method Description static 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 ISVNHistoryHandler Modifier and Type Method Description void
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.
-