Package | Description |
---|---|
org.tmatesoft.svn.cli.svnadmin | |
org.tmatesoft.svn.cli.svndumpfilter | |
org.tmatesoft.svn.cli.svnsync | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc2.admin | |
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 |
SVNAdminPackCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNAdminLoadCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNAdminRecoverCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNAdminVerifyCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNAdminRemoveTransactionsCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNAdminListTransactionsCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNAdminUpgradeCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNAdminDumpCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
void |
SVNDumpFilterIncludeCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNDumpFilterExcludeCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
void |
SVNSyncCopyRevPropsCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNSyncInitializeCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SVNSyncSynchronizeCommand.handleAdminEvent(SVNAdminEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultDumpFilterHandler.dispatchEvent(SVNAdminEvent event) |
Modifier and Type | Method and Description |
---|---|
protected SVNAdminEvent |
SvnRepositoryListTransactionsImpl.run() |
protected SVNAdminEvent |
SvnRepositoryPackImpl.run() |
protected SVNAdminEvent |
SvnRepositoryListLocksImpl.run() |
protected SVNAdminEvent |
SvnRepositoryFilterImpl.run() |
protected SVNAdminEvent |
SvnRepositoryInitializeImpl.run() |
protected SVNAdminEvent |
SvnRepositoryUpgradeImpl.run() |
protected SVNAdminEvent |
SvnRepositoryVerifyImpl.run() |
protected SVNAdminEvent |
SvnRepositoryRemoveLocksImpl.run() |
protected SVNAdminEvent |
SvnRepositoryLoadImpl.run() |
protected SVNAdminEvent |
SvnRepositoryRemoveTransactionsImpl.run() |
protected SVNAdminEvent |
SvnRepositorySynchronizeImpl.run() |
protected SVNAdminEvent |
SvnRepositoryRecoverImpl.run() |
protected SVNAdminEvent |
SvnRepositoryDumpImpl.run() |
protected SVNAdminEvent |
SvnRepositoryCopyRevisionPropertiesImpl.run() |
Modifier and Type | Method and Description |
---|---|
void |
SvnRepositoryListTransactionsImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryPackImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryListLocksImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryFilterImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryInitializeImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryUpgradeImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryVerifyImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryRemoveLocksImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryLoadImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryRemoveTransactionsImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositorySynchronizeImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryRecoverImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryDumpImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
void |
SvnRepositoryCopyRevisionPropertiesImpl.handleAdminEvent(SVNAdminEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminEventAdapter.handleAdminEvent(SVNAdminEvent event,
double progress)
Does nothing.
|
void |
ISVNAdminEventHandler.handleAdminEvent(SVNAdminEvent event,
double progress)
Handles the current admin event.
|