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 SVNAdminClientSVNAdmin. mySVNAdminClientMethods in org.tigris.subversion.javahl that return SVNAdminClient Modifier and Type Method Description protected SVNAdminClientSVNAdmin. 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 SVNAdminClientSVNReposImpl. svnAdminClientMethods in org.tmatesoft.svn.core.javahl17 that return SVNAdminClient Modifier and Type Method Description protected SVNAdminClientSVNReposImpl. 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 SVNAdminClientSVNClientManager. myAdminClientMethods in org.tmatesoft.svn.core.wc that return SVNAdminClient Modifier and Type Method Description SVNAdminClientSVNClientManager. getAdminClient()Returns an instance of theSVNAdminClientclass. -
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 SVNAdminClientSVNReplayHandler. myAdminClientConstructors 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.
-