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
Fields in org.tigris.subversion.javahl declared as SVNAdminClient Modifier and Type Field Description private SVNAdminClient
SVNAdmin. mySVNAdminClient
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
Fields in org.tmatesoft.svn.core.javahl17 declared as SVNAdminClient Modifier and Type Field Description private SVNAdminClient
SVNReposImpl. svnAdminClient
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
Fields in org.tmatesoft.svn.core.wc declared as SVNAdminClient Modifier and Type Field Description private SVNAdminClient
SVNClientManager. myAdminClient
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
Fields in org.tmatesoft.svn.core.wc.admin declared as SVNAdminClient Modifier and Type Field Description private SVNAdminClient
SVNReplayHandler. myAdminClient
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.
-