Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNAdminEventHandler
-
Packages that use ISVNAdminEventHandler Package Description org.tmatesoft.svn.cli.svnadmin org.tmatesoft.svn.cli.svndumpfilter org.tmatesoft.svn.cli.svnsync org.tmatesoft.svn.core.internal.io.fs 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 ISVNAdminEventHandler in org.tmatesoft.svn.cli.svnadmin
Classes in org.tmatesoft.svn.cli.svnadmin that implement ISVNAdminEventHandler Modifier and Type Class Description class
SVNAdminDumpCommand
class
SVNAdminListTransactionsCommand
class
SVNAdminLoadCommand
class
SVNAdminPackCommand
class
SVNAdminRecoverCommand
class
SVNAdminRemoveTransactionsCommand
class
SVNAdminUpgradeCommand
class
SVNAdminVerifyCommand
-
Uses of ISVNAdminEventHandler in org.tmatesoft.svn.cli.svndumpfilter
Classes in org.tmatesoft.svn.cli.svndumpfilter that implement ISVNAdminEventHandler Modifier and Type Class Description class
SVNDumpFilterExcludeCommand
class
SVNDumpFilterIncludeCommand
-
Uses of ISVNAdminEventHandler in org.tmatesoft.svn.cli.svnsync
Classes in org.tmatesoft.svn.cli.svnsync that implement ISVNAdminEventHandler Modifier and Type Class Description class
SVNSyncCopyRevPropsCommand
class
SVNSyncInitializeCommand
class
SVNSyncSynchronizeCommand
-
Uses of ISVNAdminEventHandler in org.tmatesoft.svn.core.internal.io.fs
Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNAdminEventHandler Constructor Description FSPacker(ISVNAdminEventHandler notifyHandler)
-
Uses of ISVNAdminEventHandler in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAdminEventHandler Modifier and Type Method Description void
DefaultDumpFilterHandler. reset(java.io.OutputStream os, ISVNAdminEventHandler handler, boolean exclude, boolean renumberRevisions, boolean dropEmptyRevisions, boolean preserveRevisionProperties, java.util.Collection prefixes, boolean skipMissingMergeSources)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAdminEventHandler Constructor Description DefaultDumpFilterHandler(java.io.OutputStream os, ISVNAdminEventHandler handler, boolean exclude, boolean renumberRevisions, boolean dropEmptyRevisions, boolean preserveRevisionProperties, java.util.Collection prefixes, boolean skipMissingMergeSources)
DefaultLoadHandler(boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, java.lang.String parentDir, ISVNAdminEventHandler progressHandler)
-
Uses of ISVNAdminEventHandler in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin that implement ISVNAdminEventHandler Modifier and Type Class Description class
SvnRepositoryCopyRevisionPropertiesImpl
class
SvnRepositoryDumpImpl
class
SvnRepositoryFilterImpl
class
SvnRepositoryInitializeImpl
class
SvnRepositoryListLocksImpl
class
SvnRepositoryListTransactionsImpl
class
SvnRepositoryLoadImpl
class
SvnRepositoryPackImpl
class
SvnRepositoryRecoverImpl
class
SvnRepositoryRemoveLocksImpl
class
SvnRepositoryRemoveTransactionsImpl
class
SvnRepositorySynchronizeImpl
class
SvnRepositoryUpgradeImpl
class
SvnRepositoryVerifyImpl
-
Uses of ISVNAdminEventHandler in org.tmatesoft.svn.core.wc.admin
Classes in org.tmatesoft.svn.core.wc.admin that implement ISVNAdminEventHandler Modifier and Type Class Description class
SVNAdminEventAdapter
SVNAdminEventAdapter is an adapter class forISVNAdminEventHandler
.
-