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