Package org.tmatesoft.svn.core.wc.admin
This package provides API for administrative managing Subversion repositories on a local machine. What it brings is similar to functionality of such Subversion command line utilities as svnadmin and svnlook.
-
Interface Summary Interface Description ISVNAdminEventHandler The ISVNAdminEventHandler is used in several methods of SVNAdminClient to notify callers of operation progress.ISVNChangedDirectoriesHandler The ISVNChangedDirectoriesHandler is used to process changed directory paths.ISVNChangeEntryHandler The ISVNChangeEntryHandler is the interface for handling changed paths in SVNLookClient'sdoGetChanged()
methods.ISVNGNUDiffGenerator The ISVNGNUDiffGenerator is the interface for diff generators used in diff operations of SVNLookClient.ISVNHistoryHandler The ISVNHistoryHandler is used in history retrieving operations of SVNLookClient.ISVNTreeHandler The ISVNTreeHandler is used in traversing tree operations of SVNLookClient. -
Class Summary Class Description SVNAdminBasicClient The SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.SVNAdminClient The SVNAdminClient class provides methods that brings repository-side functionality and repository synchronizing features.SVNAdminEvent The SVNAdminEvent is a type of an event used to notify callers' handlers in several methods of SVNAdminClient.SVNAdminEventAction The SVNAdminEventAction is an enumeration of possible actions that may take place in different methods of SVNAdminClient.SVNAdminEventAdapter SVNAdminEventAdapter is an adapter class forISVNAdminEventHandler
.SVNAdminPath The SVNAdminPath is used to pass path information to ISVNHistoryHandler and ISVNTreeHandlerSVNChangeEntry SVNChangeEntry objects are used to pass path change information to clients.SVNLookClient The SVNLookClient class provides API for examining different aspects of a Subversion repository.SVNReplayHandler SVNReplayHandler
is an implementation ofISVNReplayHandler
that is used inSVNAdminClient.doSynchronize(org.tmatesoft.svn.core.SVNURL)
.SVNSyncInfo SVNSyncInfo represents information on repository synchronizationSVNUUIDAction The SVNUUIDAction class is an enumeration of possible actions that SVNAdminClient can perform with uuids when loading a dumpstream.