Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNChangeEntryHandler
Packages that use ISVNChangeEntryHandler
Package
Description
This package provides API for administrative managing Subversion repositories on a local machine.
-
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNChangeEntryHandler -
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNChangeEntryHandlerModifier and TypeMethodDescriptionprivate void
SVNNodeEditor.traverseChangedTreeImpl
(SVNNodeEditor.Node node, java.lang.String path, boolean includeCopyInfo, ISVNChangeEntryHandler handler) void
SVNNodeEditor.traverseTree
(boolean includeCopyInfo, ISVNChangeEntryHandler handler) -
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin that implement ISVNChangeEntryHandler -
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNChangeEntryHandlerModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<SVNChangeEntry>
SvnCodec.changeEntryReceiver
(ISVNChangeEntryHandler handler) -
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNChangeEntryHandlerModifier and TypeMethodDescriptionvoid
SVNLookClient.doGetChanged
(java.io.File repositoryRoot, java.lang.String transactionName, ISVNChangeEntryHandler handler, boolean includeCopyInfo) Traverses changed paths for the given transaction invoking the passed handler on each changed path.void
SVNLookClient.doGetChanged
(java.io.File repositoryRoot, SVNRevision revision, ISVNChangeEntryHandler handler, boolean includeCopyInfo) Traverses changed paths for the given revision invoking the passed handler on each changed path.