Uses of Class
org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Packages that use SVNAdminClient
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
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 SVNAdminClientMethods in org.tigris.subversion.javahl that return SVNAdminClient -
Uses of SVNAdminClient in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 declared as SVNAdminClientMethods in org.tmatesoft.svn.core.javahl17 that return SVNAdminClient -
Uses of SVNAdminClient in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNAdminClientMethods in org.tmatesoft.svn.core.wc that return SVNAdminClientModifier and TypeMethodDescriptionSVNClientManager.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 SVNAdminClientConstructors in org.tmatesoft.svn.core.wc.admin with parameters of type SVNAdminClientModifierConstructorDescriptionSVNReplayHandler
(SVNRepository targetRepository, boolean hasCommitRevPropsCapability, ISVNLogEntryHandler logEntryHandler, ISVNDebugLog debugLog, ISVNEventHandler canceller, SVNAdminClient adminClient) Creates a new replay handler.