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 classSVNAdminDumpCommandclassSVNAdminListTransactionsCommandclassSVNAdminLoadCommandclassSVNAdminPackCommandclassSVNAdminRecoverCommandclassSVNAdminRemoveTransactionsCommandclassSVNAdminUpgradeCommandclassSVNAdminVerifyCommand -
Uses of ISVNAdminEventHandler in org.tmatesoft.svn.cli.svndumpfilter
Classes in org.tmatesoft.svn.cli.svndumpfilter that implement ISVNAdminEventHandler Modifier and Type Class Description classSVNDumpFilterExcludeCommandclassSVNDumpFilterIncludeCommand -
Uses of ISVNAdminEventHandler in org.tmatesoft.svn.cli.svnsync
Classes in org.tmatesoft.svn.cli.svnsync that implement ISVNAdminEventHandler Modifier and Type Class Description classSVNSyncCopyRevPropsCommandclassSVNSyncInitializeCommandclassSVNSyncSynchronizeCommand -
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 voidDefaultDumpFilterHandler. 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 classSvnRepositoryCopyRevisionPropertiesImplclassSvnRepositoryDumpImplclassSvnRepositoryFilterImplclassSvnRepositoryInitializeImplclassSvnRepositoryListLocksImplclassSvnRepositoryListTransactionsImplclassSvnRepositoryLoadImplclassSvnRepositoryPackImplclassSvnRepositoryRecoverImplclassSvnRepositoryRemoveLocksImplclassSvnRepositoryRemoveTransactionsImplclassSvnRepositorySynchronizeImplclassSvnRepositoryUpgradeImplclassSvnRepositoryVerifyImpl -
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 classSVNAdminEventAdapterSVNAdminEventAdapter is an adapter class forISVNAdminEventHandler.
-