Uses of Interface
org.tmatesoft.svn.core.wc.ISVNCommitHandler
Packages that use ISVNCommitHandler
Package
Description
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of ISVNCommitHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNCommitHandler -
Uses of ISVNCommitHandler in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNCommitHandlerModifier and TypeMethodDescriptionprivate SVNCommitInfoSVNCopyDriver.copyReposToRepos(java.util.List copyPairs, boolean makeParents, boolean isMove, boolean pinExternals, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler) private SVNCommitInfoSVNCopyDriver.copyWCToRepos(java.util.List copyPairs, boolean makeParents, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler) protected SVNCommitInfoSVNCopyDriver.setupCopy(SVNCopySource[] sources, SVNPath dst, boolean isMove, boolean makeParents, boolean pinExternals, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler) -
Uses of ISVNCommitHandler in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNCommitHandlerModifier and TypeFieldDescriptionprivate ISVNCommitHandlerSVNCommitClient16.myCommitHandlerprotected ISVNCommitHandlerSVNCopyClient16.myCommitHandlerprivate ISVNCommitHandlerSVNWCClient16.myCommitHandlerMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNCommitHandlerModifier and TypeMethodDescriptionSVNCommitClient16.getCommitHandler()Returns the specified commit handler (if set) being in use or a default one (DefaultSVNCommitHandler) if no special implementations of ISVNCommitHandler were previously provided.SVNCopyClient16.getCommitHandler()Returns the specified commit handler (if set) being in use or a default one (DefaultSVNCommitHandler) if no special implementations of ISVNCommitHandler were previousely provided.SVNWCClient16.getCommitHandler()Returns the specified commit handler (if set) being in use or a default one (DefaultSVNCommitHandler) if no special implementations of ISVNCommitHandler were previousely provided.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNCommitHandlerModifier and TypeMethodDescriptionvoidSVNCommitClient16.setCommitHander(ISVNCommitHandler handler) Deprecated.voidSVNCommitClient16.setCommitHandler(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.voidSVNCopyClient16.setCommitHandler(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.voidSVNWCClient16.setCommitHandler(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages. -
Uses of ISVNCommitHandler in org.tmatesoft.svn.core.internal.wc2.compat
Classes in org.tmatesoft.svn.core.internal.wc2.compat that implement ISVNCommitHandlerFields in org.tmatesoft.svn.core.internal.wc2.compat declared as ISVNCommitHandlerModifier and TypeFieldDescriptionprivate final ISVNCommitHandlerSvnCodec.SvnCommitHandlerWithFilter.targetHandlerMethods in org.tmatesoft.svn.core.internal.wc2.compat that return ISVNCommitHandlerModifier and TypeMethodDescriptionstatic ISVNCommitHandlerSvnCodec.commitHandler(ISvnCommitHandler target) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNCommitHandlerModifier and TypeMethodDescriptionstatic ISvnCommitHandlerSvnCodec.commitHandler(ISVNCommitHandler target) Constructors in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNCommitHandler -
Uses of ISVNCommitHandler in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return ISVNCommitHandlerModifier and TypeMethodDescriptionprotected ISVNCommitHandlerSVNClientImpl.createCommitMessageHandler(boolean isURLsOnly) protected ISVNCommitHandlerSVNClientImpl.createCommitMessageHandler(boolean isURLsOnly, boolean isImport) -
Uses of ISVNCommitHandler in org.tmatesoft.svn.core.wc
Classes in org.tmatesoft.svn.core.wc that implement ISVNCommitHandlerModifier and TypeClassDescriptionclassThis is a default implementation for ISVNCommitHandler.Fields in org.tmatesoft.svn.core.wc declared as ISVNCommitHandlerModifier and TypeFieldDescriptionprivate ISVNCommitHandlerSVNCommitClient.commitHandlerprivate ISVNCommitHandlerSVNCopyClient.commitHandlerprivate ISVNCommitHandlerSVNWCClient.commitHandlerMethods in org.tmatesoft.svn.core.wc that return ISVNCommitHandlerModifier and TypeMethodDescriptionSVNCommitClient.getCommitHandler()Returns the specified commit handler (if set) being in use or a default one (DefaultSVNCommitHandler) if no special implementations of ISVNCommitHandler were previously provided.SVNCopyClient.getCommitHandler()Returns the specified commit handler (if set) being in use or a default one (DefaultSVNCommitHandler) if no special implementations of ISVNCommitHandler were previousely provided.SVNWCClient.getCommitHandler()Returns the specified commit handler (if set) being in use or a default one (DefaultSVNCommitHandler) if no special implementations of ISVNCommitHandler were previousely provided.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNCommitHandlerModifier and TypeMethodDescriptionvoidSVNCommitClient.setCommitHander(ISVNCommitHandler handler) Deprecated.voidSVNCommitClient.setCommitHandler(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.voidSVNCopyClient.setCommitHandler(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.voidSVNWCClient.setCommitHandler(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.
SVNCommitClient16.setCommitHandler(ISVNCommitHandler)instead