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.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. -
-
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 voidSVNAdminDumpCommand. 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 SVNAdminEvent Modifier and Type Method Description voidSVNDumpFilterExcludeCommand. 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 SVNAdminEvent Modifier and Type Method Description voidSVNSyncCopyRevPropsCommand. 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 SVNAdminEvent Modifier and Type Method Description private 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 SVNAdminEvent Modifier and Type Method Description protected 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 SVNAdminEvent Modifier and Type Method Description voidSvnRepositoryCopyRevisionPropertiesImpl. 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 SVNAdminEvent Modifier and Type Method Description voidISVNAdminEventHandler. handleAdminEvent(SVNAdminEvent event, double progress)Handles the current admin event.voidSVNAdminEventAdapter. handleAdminEvent(SVNAdminEvent event, double progress)Does nothing.
-