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 |
SVNLookTreeCommand.handlePath(SVNAdminPath adminPath) |
void |
SVNLookHistoryCommand.handlePath(SVNAdminPath path) |
Modifier and Type | Method and Description |
---|---|
protected SVNAdminPath |
SvnRepositoryGetTreeImpl.run() |
protected SVNAdminPath |
SvnRepositoryGetHistoryImpl.run() |
Modifier and Type | Method and Description |
---|---|
void |
SvnRepositoryGetTreeImpl.handlePath(SVNAdminPath path) |
void |
SvnRepositoryGetHistoryImpl.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.
|
Copyright © 2024. All rights reserved.