Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNChangedDirectoriesHandler
Packages that use ISVNChangedDirectoriesHandler
Package
Description
This package provides API for administrative managing Subversion repositories on a local machine.
-
Uses of ISVNChangedDirectoriesHandler in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNChangedDirectoriesHandler -
Uses of ISVNChangedDirectoriesHandler in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNChangedDirectoriesHandlerModifier and TypeMethodDescriptionvoid
SVNNodeEditor.traverseChangedDirs
(ISVNChangedDirectoriesHandler handler) private void
SVNNodeEditor.traverseChangedDirsImpl
(SVNNodeEditor.Node node, String path, ISVNChangedDirectoriesHandler handler) -
Uses of ISVNChangedDirectoriesHandler in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin that implement ISVNChangedDirectoriesHandler -
Uses of ISVNChangedDirectoriesHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNChangedDirectoriesHandlerModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<String>
SvnCodec.changedDirectoriesReceiver
(ISVNChangedDirectoriesHandler handler) -
Uses of ISVNChangedDirectoriesHandler in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNChangedDirectoriesHandlerModifier and TypeMethodDescriptionvoid
SVNLookClient.doGetChangedDirectories
(File repositoryRoot, String transactionName, ISVNChangedDirectoriesHandler handler) Passes paths of directories changed in the given transaction to the provided handler.void
SVNLookClient.doGetChangedDirectories
(File repositoryRoot, SVNRevision revision, ISVNChangedDirectoriesHandler handler) Passes paths of directories changed in the given revision to the provided handler.