Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNTreeHandler
Packages that use ISVNTreeHandler
Package
Description
This package provides API for administrative managing Subversion repositories on a local machine.
-
Uses of ISVNTreeHandler in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNTreeHandler -
Uses of ISVNTreeHandler in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin that implement ISVNTreeHandler -
Uses of ISVNTreeHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNTreeHandlerModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<SVNAdminPath>
SvnCodec.treeReceiver
(ISVNTreeHandler handler) -
Uses of ISVNTreeHandler in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNTreeHandlerModifier and TypeMethodDescriptionvoid
SVNLookClient.doGetTree
(File repositoryRoot, String path, String transactionName, boolean includeIDs, boolean recursive, ISVNTreeHandler handler) Traverses repository tree starting at the specified path in the given transaction and invoking the provided handler on each path.void
SVNLookClient.doGetTree
(File repositoryRoot, String path, SVNRevision revision, boolean includeIDs, boolean recursive, ISVNTreeHandler handler) Traverses repository tree starting at the specified path in the given revision and invoking the provided handler on each path.private void
SVNLookClient.getTree
(FSFS fsfs, FSRoot root, String path, SVNNodeKind kind, FSID id, boolean includeIDs, int depth, boolean recursive, ISVNTreeHandler handler)