Uses of Interface
org.tmatesoft.svn.core.wc2.hooks.ISvnCommitHandler
-
Packages that use ISvnCommitHandler Package Description org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.core.wc2 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 ISvnCommitHandler Modifier and Type Class Description private static class
SvnCodec.SvnCommitHandlerWithFilter
Fields in org.tmatesoft.svn.core.internal.wc2.compat declared as ISvnCommitHandler Modifier and Type Field Description private ISvnCommitHandler
SvnCodec.SVNCommitHandler. targetHandler
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return ISvnCommitHandler Modifier and Type Method Description static ISvnCommitHandler
SvnCodec. commitHandler(ISVNCommitHandler target)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnCommitHandler Modifier and Type Method Description static ISVNCommitHandler
SvnCodec. commitHandler(ISvnCommitHandler target)
Constructors in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnCommitHandler Constructor Description SVNCommitHandler(ISvnCommitHandler target)
-
Uses of ISvnCommitHandler in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnCommitHandler Modifier and Type Method Description private SVNCommitInfo
SvnNgWcToReposCopy. 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 ISvnCommitHandler Modifier and Type Method Description private ISvnCommitHandler
SVNClientImpl. getCommitHandler(CommitMessageCallback callback)
-
Uses of ISvnCommitHandler in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnCommitHandler Modifier and Type Field Description private ISvnCommitHandler
AbstractSvnCommit. commitHandler
Methods in org.tmatesoft.svn.core.wc2 that return ISvnCommitHandler Modifier and Type Method Description ISvnCommitHandler
AbstractSvnCommit. getCommitHandler()
Gets the commit handler for the operation.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnCommitHandler Modifier and Type Method Description void
AbstractSvnCommit. setCommitHandler(ISvnCommitHandler commitHandler)
Sets the commit handler for the operation.
-