Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNChangedDirectoriesHandler
-
Packages that use ISVNChangedDirectoriesHandler Package Description org.tmatesoft.svn.cli.svnlook org.tmatesoft.svn.core.internal.wc 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 ISVNChangedDirectoriesHandler in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNChangedDirectoriesHandler Modifier and Type Class Description class
SVNLookDirsChangedCommand
-
Uses of ISVNChangedDirectoriesHandler in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNChangedDirectoriesHandler Modifier and Type Method Description void
SVNNodeEditor. traverseChangedDirs(ISVNChangedDirectoriesHandler handler)
private void
SVNNodeEditor. traverseChangedDirsImpl(SVNNodeEditor.Node node, java.lang.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 Modifier and Type Class Description class
SvnRepositoryGetChangedDirectoriesImpl
-
Uses of ISVNChangedDirectoriesHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNChangedDirectoriesHandler Modifier and Type Method Description static ISvnObjectReceiver<java.lang.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 ISVNChangedDirectoriesHandler Modifier and Type Method Description void
SVNLookClient. doGetChangedDirectories(java.io.File repositoryRoot, java.lang.String transactionName, ISVNChangedDirectoriesHandler handler)
Passes paths of directories changed in the given transaction to the provided handler.void
SVNLookClient. doGetChangedDirectories(java.io.File repositoryRoot, SVNRevision revision, ISVNChangedDirectoriesHandler handler)
Passes paths of directories changed in the given revision to the provided handler.
-