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 class
SVNCommandEnvironment
-
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 private SVNCommitInfo
SVNCopyDriver. copyReposToRepos(java.util.List copyPairs, boolean makeParents, boolean isMove, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler)
private SVNCommitInfo
SVNCopyDriver. copyWCToRepos(java.util.List copyPairs, boolean makeParents, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler)
protected SVNCommitInfo
SVNCopyDriver. 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 private ISVNCommitHandler
SVNCommitClient16. myCommitHandler
protected ISVNCommitHandler
SVNCopyClient16. myCommitHandler
private ISVNCommitHandler
SVNWCClient16. myCommitHandler
Methods in org.tmatesoft.svn.core.internal.wc16 that return ISVNCommitHandler Modifier and Type Method Description ISVNCommitHandler
SVNCommitClient16. 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.ISVNCommitHandler
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.ISVNCommitHandler
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 ISVNCommitHandler Modifier and Type Method Description void
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 ISVNCommitHandler Modifier and Type Class Description private static class
SvnCodec.SVNCommitHandler
Fields in org.tmatesoft.svn.core.internal.wc2.compat declared as ISVNCommitHandler Modifier and Type Field Description private ISVNCommitHandler
SvnCodec.SvnCommitHandlerWithFilter. 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 SvnCommitHandlerWithFilter(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 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 ISVNCommitHandler Modifier and Type Class Description class
DefaultSVNCommitHandler
This is a default implementation for ISVNCommitHandler.Fields in org.tmatesoft.svn.core.wc declared as ISVNCommitHandler Modifier and Type Field Description private ISVNCommitHandler
SVNCommitClient. commitHandler
private ISVNCommitHandler
SVNCopyClient. commitHandler
private ISVNCommitHandler
SVNWCClient. commitHandler
Methods in org.tmatesoft.svn.core.wc that return ISVNCommitHandler Modifier and Type Method Description ISVNCommitHandler
SVNCommitClient. 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.ISVNCommitHandler
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.ISVNCommitHandler
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 ISVNCommitHandler Modifier and Type Method Description void
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.
-