Uses of Interface
org.tmatesoft.svn.core.wc.ISVNCommitHandler
-
Packages that use ISVNCommitHandler Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.org.tmatesoft.svn.core.wc 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 Modifier and Type Class Description classSVNCommandEnvironment -
Uses of ISVNCommitHandler in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNCommitHandler Modifier and Type Method Description 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 ISVNCommitHandler Modifier and Type Field Description protected ISVNCommitHandlerSVNCopyClient16. myCommitHandlerMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNCommitHandler Modifier and Type Method Description ISVNCommitHandlerSVNCommitClient16. 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.ISVNCommitHandlerSVNCopyClient16. 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.ISVNCommitHandlerSVNWCClient16. 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 ISVNCommitHandler Modifier and Type Method Description voidSVNCommitClient16. 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
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.javahl
Methods in org.tmatesoft.svn.core.javahl that return ISVNCommitHandler Modifier and Type Method Description protected 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 ISVNCommitHandler Modifier and Type Class Description classDefaultSVNCommitHandlerThis is a default implementation for ISVNCommitHandler.Methods in org.tmatesoft.svn.core.wc that return ISVNCommitHandler Modifier and Type Method Description ISVNCommitHandlerSVNCommitClient. 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.ISVNCommitHandlerSVNCopyClient. 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.ISVNCommitHandlerSVNWCClient. 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 ISVNCommitHandler Modifier and Type Method Description voidSVNCommitClient. 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.
-