Uses of Interface
org.tmatesoft.svn.core.internal.wc2.ISvnCommitRunner
Packages that use ISvnCommitRunner
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 ISvnCommitRunner in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnCommitRunnerModifier and TypeMethodDescriptionstatic SvnCommitPacketSvnCodec.commitPacket(ISvnCommitRunner runner, SVNCommitPacket oldPacket) -
Uses of ISvnCommitRunner in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISvnCommitRunner -
Uses of ISvnCommitRunner in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISvnCommitRunner -
Uses of ISvnCommitRunner in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnCommitRunnerMethods in org.tmatesoft.svn.core.wc2 that return ISvnCommitRunnerMethods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnCommitRunnerModifier and TypeMethodDescriptionvoidSvnCommitPacket.setLockingContext(ISvnCommitRunner commitRunner, Object context) Constructors in org.tmatesoft.svn.core.wc2 with parameters of type ISvnCommitRunnerModifierConstructorDescriptionprivateSvnCommitPacket(Map<SVNURL, Collection<SvnCommitItem>> items, Map<String, SvnCommitItem> itemsByPath, Object lockingContext, Map<SVNURL, String> lockTokens, ISvnCommitRunner runner, Set<String> skippedPaths)