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 classSVNLookTreeCommand -
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 classSvnRepositoryGetTreeImpl -
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 voidSVNLookClient. 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.voidSVNLookClient. 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.private voidSVNLookClient. getTree(FSFS fsfs, FSRoot root, java.lang.String path, SVNNodeKind kind, FSID id, boolean includeIDs, int depth, boolean recursive, ISVNTreeHandler handler)
-