Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNTreeHandler
-
Packages that use ISVNTreeHandler 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 ISVNTreeHandler in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNTreeHandler Modifier and Type Class Description class
SVNLookTreeCommand
-
Uses of ISVNTreeHandler in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin that implement ISVNTreeHandler Modifier and Type Class Description class
SvnRepositoryGetTreeImpl
-
Uses of ISVNTreeHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNTreeHandler Modifier and Type Method Description static 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 ISVNTreeHandler Modifier and Type Method Description void
SVNLookClient. doGetTree(java.io.File repositoryRoot, java.lang.String path, java.lang.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(java.io.File repositoryRoot, java.lang.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.
-