Package org.tmatesoft.svn.core.wc.admin
This package provides API for administrative managing Subversion repositories on a local machine.
| 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's doGetChanged() 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.
|
| 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.
|
| SVNAdminPath | The SVNAdminPath is used to pass path information
to ISVNHistoryHandler and ISVNTreeHandler
|
| SVNChangeEntry | 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. |
| SVNUUIDAction | The SVNUUIDAction class is an enumeration of possible actions
that SVNAdminClient can perform with uuids when loading a dumpstream.
|
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.
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.