Uses of Class
org.tmatesoft.svn.core.wc.admin.SVNAdminPath
-
Packages that use SVNAdminPath 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 SVNAdminPath in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook with parameters of type SVNAdminPath Modifier and Type Method Description voidSVNLookHistoryCommand. handlePath(SVNAdminPath path)voidSVNLookTreeCommand. handlePath(SVNAdminPath adminPath) -
Uses of SVNAdminPath in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that return SVNAdminPath Modifier and Type Method Description protected SVNAdminPathSvnRepositoryGetHistoryImpl. run()protected SVNAdminPathSvnRepositoryGetTreeImpl. run()Methods in org.tmatesoft.svn.core.internal.wc2.admin with parameters of type SVNAdminPath Modifier and Type Method Description voidSvnRepositoryGetHistoryImpl. handlePath(SVNAdminPath path)voidSvnRepositoryGetTreeImpl. handlePath(SVNAdminPath path) -
Uses of SVNAdminPath in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return types with arguments of type SVNAdminPath Modifier and Type Method Description static ISvnObjectReceiver<SVNAdminPath>SvnCodec. changedHistoryReceiver(ISVNHistoryHandler handler)static ISvnObjectReceiver<SVNAdminPath>SvnCodec. treeReceiver(ISVNTreeHandler handler) -
Uses of SVNAdminPath in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNAdminPath Modifier and Type Method Description voidISVNHistoryHandler. handlePath(SVNAdminPath path)Handles path information.voidISVNTreeHandler. handlePath(SVNAdminPath path)Handles path information.
-