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.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
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return ISvnCommitHandler Modifier and Type Method Description static ISvnCommitHandlerSvnCodec. commitHandler(ISVNCommitHandler target)Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnCommitHandler Modifier and Type Method Description static ISVNCommitHandlerSvnCodec. commitHandler(ISvnCommitHandler target) -
Uses of ISvnCommitHandler in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return ISvnCommitHandler Modifier and Type Method Description ISvnCommitHandlerAbstractSvnCommit. 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 voidAbstractSvnCommit. setCommitHandler(ISvnCommitHandler commitHandler)Sets the commit handler for the operation.
-