Uses of Class
org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Packages that use SVNAdminClient Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine. -
-
Uses of SVNAdminClient in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return SVNAdminClient Modifier and Type Method Description protected SVNAdminClient
SVNAdmin. getAdminClient()
-
Uses of SVNAdminClient in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return SVNAdminClient Modifier and Type Method Description protected SVNAdminClient
SVNReposImpl. getAdminClient()
-
Uses of SVNAdminClient in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNAdminClient Modifier and Type Method Description SVNAdminClient
SVNClientManager. getAdminClient()
Returns an instance of theSVNAdminClient
class. -
Uses of SVNAdminClient in org.tmatesoft.svn.core.wc.admin
Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type SVNAdminClient Constructor Description SVNReplayHandler(SVNRepository targetRepository, boolean hasCommitRevPropsCapability, ISVNLogEntryHandler logEntryHandler, ISVNDebugLog debugLog, ISVNEventHandler canceller, SVNAdminClient adminClient)
Creates a new replay handler.
-