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 SVNCommitInfo
SVNCopyDriver.copyReposToRepos
(List copyPairs, boolean makeParents, boolean isMove, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, String message, SVNProperties revprops, ISVNCommitHandler commitHandler) private SVNCommitInfo
SVNCopyDriver.copyWCToRepos
(List copyPairs, boolean makeParents, String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler) protected SVNCommitInfo
SVNCopyDriver.setupCopy
(SVNCopySource[] sources, SVNPath dst, boolean isMove, boolean makeParents, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, 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 ISVNCommitHandler
SVNCommitClient16.myCommitHandler
protected ISVNCommitHandler
SVNCopyClient16.myCommitHandler
private ISVNCommitHandler
SVNWCClient16.myCommitHandler
Methods 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 TypeMethodDescriptionvoid
SVNCommitClient16.setCommitHander
(ISVNCommitHandler handler) Deprecated.void
SVNCommitClient16.setCommitHandler
(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.void
SVNCopyClient16.setCommitHandler
(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.void
SVNWCClient16.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 ISVNCommitHandler
SvnCodec.SvnCommitHandlerWithFilter.targetHandler
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return ISVNCommitHandlerModifier and TypeMethodDescriptionstatic ISVNCommitHandler
SvnCodec.commitHandler
(ISvnCommitHandler target) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNCommitHandlerModifier and TypeMethodDescriptionstatic ISvnCommitHandler
SvnCodec.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 ISVNCommitHandler
SVNClientImpl.createCommitMessageHandler
(boolean isURLsOnly) protected ISVNCommitHandler
SVNClientImpl.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 TypeClassDescriptionclass
This is a default implementation for ISVNCommitHandler.Fields in org.tmatesoft.svn.core.wc declared as ISVNCommitHandlerModifier and TypeFieldDescriptionprivate ISVNCommitHandler
SVNCommitClient.commitHandler
private ISVNCommitHandler
SVNCopyClient.commitHandler
private ISVNCommitHandler
SVNWCClient.commitHandler
Methods 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 TypeMethodDescriptionvoid
SVNCommitClient.setCommitHander
(ISVNCommitHandler handler) Deprecated.void
SVNCommitClient.setCommitHandler
(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.void
SVNCopyClient.setCommitHandler
(ISVNCommitHandler handler) Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.void
SVNWCClient.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