| Package | Description |
|---|---|
| org.tmatesoft.svn.cli.svnlook | |
| org.tmatesoft.svn.core.internal.wc2.admin | |
| org.tmatesoft.svn.core.internal.wc2.compat | |
| org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SVNLookHistoryCommand.handlePath(SVNAdminPath path) |
void |
SVNLookTreeCommand.handlePath(SVNAdminPath adminPath) |
| Modifier and Type | Method and Description |
|---|---|
protected SVNAdminPath |
SvnRepositoryGetHistoryImpl.run() |
protected SVNAdminPath |
SvnRepositoryGetTreeImpl.run() |
| Modifier and Type | Method and Description |
|---|---|
void |
SvnRepositoryGetHistoryImpl.handlePath(SVNAdminPath path) |
void |
SvnRepositoryGetTreeImpl.handlePath(SVNAdminPath path) |
| Modifier and Type | Method and Description |
|---|---|
static ISvnObjectReceiver<SVNAdminPath> |
SvnCodec.changedHistoryReceiver(ISVNHistoryHandler handler) |
static ISvnObjectReceiver<SVNAdminPath> |
SvnCodec.treeReceiver(ISVNTreeHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ISVNTreeHandler.handlePath(SVNAdminPath path)
Handles path information.
|
void |
ISVNHistoryHandler.handlePath(SVNAdminPath path)
Handles path information.
|