Uses of Interface
org.tmatesoft.svn.core.wc2.hooks.ISvnCommitHandler
Packages that use ISvnCommitHandler
Package
Description
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
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.SVNCommitHandler.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.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnCommitHandlerModifier and TypeMethodDescriptionprivate SVNCommitInfoSvnNgWcToReposCopy.copy(java.util.Collection<SvnNgWcToReposCopy.SvnCopyPair> copyPairs, boolean makeParents, SVNProperties revisionProperties, java.lang.String commitMessage, ISvnCommitHandler commitHandler) -
Uses of ISvnCommitHandler in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ISvnCommitHandlerModifier and TypeMethodDescriptionprivate ISvnCommitHandlerSVNClientImpl.getCommitHandler(CommitMessageCallback callback) -
Uses of ISvnCommitHandler in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnCommitHandlerMethods in org.tmatesoft.svn.core.wc2 that return ISvnCommitHandlerModifier and TypeMethodDescriptionAbstractSvnCommit.getCommitHandler()Gets the commit handler for the operation.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnCommitHandlerModifier and TypeMethodDescriptionvoidAbstractSvnCommit.setCommitHandler(ISvnCommitHandler commitHandler) Sets the commit handler for the operation.