| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private SVNAdminClient |
SVNAdmin.mySVNAdminClient |
| Modifier and Type | Method and Description |
|---|---|
protected SVNAdminClient |
SVNAdmin.getAdminClient() |
| Modifier and Type | Field and Description |
|---|---|
private SVNAdminClient |
SVNReposImpl.svnAdminClient |
| Modifier and Type | Method and Description |
|---|---|
protected SVNAdminClient |
SVNReposImpl.getAdminClient() |
| Modifier and Type | Field and Description |
|---|---|
private SVNAdminClient |
SVNClientManager.myAdminClient |
| Modifier and Type | Method and Description |
|---|---|
SVNAdminClient |
SVNClientManager.getAdminClient()
Returns an instance of the
SVNAdminClient class. |
| Modifier and Type | Field and Description |
|---|---|
private SVNAdminClient |
SVNReplayHandler.myAdminClient |
| Constructor and Description |
|---|
SVNReplayHandler(SVNRepository targetRepository,
boolean hasCommitRevPropsCapability,
ISVNLogEntryHandler logEntryHandler,
ISVNDebugLog debugLog,
ISVNEventHandler canceller,
SVNAdminClient adminClient)
Creates a new replay handler.
|