Uses of Class
org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Packages that use SVNAdminEvent
Package
Description
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 SVNAdminEventModifier and TypeMethodDescriptionvoidSVNAdminDumpCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminListTransactionsCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminLoadCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminPackCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminRecoverCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminRemoveTransactionsCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminUpgradeCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminVerifyCommand.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 SVNAdminEventModifier and TypeMethodDescriptionvoidSVNDumpFilterExcludeCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNDumpFilterIncludeCommand.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 SVNAdminEventModifier and TypeMethodDescriptionvoidSVNSyncCopyRevPropsCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNSyncInitializeCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNSyncSynchronizeCommand.handleAdminEvent(SVNAdminEvent event, double progress) -
Uses of SVNAdminEvent in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNAdminEventModifier and TypeMethodDescriptionprivate voidDefaultDumpFilterHandler.dispatchEvent(SVNAdminEvent event) -
Uses of SVNAdminEvent in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that return SVNAdminEventModifier and TypeMethodDescriptionprotected SVNAdminEventSvnRepositoryCopyRevisionPropertiesImpl.run()protected SVNAdminEventSvnRepositoryDumpImpl.run()protected SVNAdminEventSvnRepositoryFilterImpl.run()protected SVNAdminEventSvnRepositoryInitializeImpl.run()protected SVNAdminEventSvnRepositoryListLocksImpl.run()protected SVNAdminEventSvnRepositoryListTransactionsImpl.run()protected SVNAdminEventSvnRepositoryLoadImpl.run()protected SVNAdminEventSvnRepositoryPackImpl.run()protected SVNAdminEventSvnRepositoryRecoverImpl.run()protected SVNAdminEventSvnRepositoryRemoveLocksImpl.run()protected SVNAdminEventSvnRepositoryRemoveTransactionsImpl.run()protected SVNAdminEventSvnRepositorySynchronizeImpl.run()protected SVNAdminEventSvnRepositoryUpgradeImpl.run()protected SVNAdminEventSvnRepositoryVerifyImpl.run()Methods in org.tmatesoft.svn.core.internal.wc2.admin with parameters of type SVNAdminEventModifier and TypeMethodDescriptionvoidSvnRepositoryCopyRevisionPropertiesImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryDumpImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryFilterImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryInitializeImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryListLocksImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryListTransactionsImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryLoadImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryPackImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryRecoverImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryRemoveLocksImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryRemoveTransactionsImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositorySynchronizeImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryUpgradeImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryVerifyImpl.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 SVNAdminEventModifier and TypeMethodDescriptionvoidISVNAdminEventHandler.handleAdminEvent(SVNAdminEvent event, double progress) Handles the current admin event.voidSVNAdminEventAdapter.handleAdminEvent(SVNAdminEvent event, double progress) Does nothing.