Uses of Interface
org.tmatesoft.svn.core.wc2.ISvnCommitParameters
Packages that use ISvnCommitParameters
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 ISvnCommitParameters in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return ISvnCommitParametersModifier and TypeMethodDescriptionstatic ISvnCommitParameters
SvnCodec.commitParameters
(ISVNCommitParameters old) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnCommitParametersModifier and TypeMethodDescriptionstatic ISVNCommitParameters
SvnCodec.commitParameters
(ISvnCommitParameters old) -
Uses of ISvnCommitParameters in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnCommitParametersModifier and TypeMethodDescriptionprotected void
SvnNgOperationRunner.deleteDeleteFiles
(SVNCommitter17 committer, ISvnCommitParameters parameters) static void
SvnNgCommitUtil.harvestCommittables
(SVNWCContext context, java.io.File localAbsPath, SvnCommitPacket committables, java.util.Map<SVNURL, java.lang.String> lockTokens, SVNURL repositoryRootUrl, java.io.File copyModeRelPath, boolean copyModeRoot, SVNDepth depth, boolean justLocked, java.util.Collection<java.lang.String> changelists, java.util.Map<java.io.File, java.io.File> danglers, boolean skipFiles, boolean skipDirs, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File, java.lang.String> externalsStorage, ISVNEventHandler eventHandler) static SvnCommitPacket
SvnNgCommitUtil.harvestCommittables
(SVNWCContext context, SvnCommitPacket packet, java.util.Map<SVNURL, java.lang.String> lockTokens, java.io.File baseDirPath, java.util.Collection<java.lang.String> targets, int depthEmptyStart, SVNDepth depth, boolean justLocked, java.util.Collection<java.lang.String> changelists, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File, java.lang.String> externalsStorage) static SvnCommitPacket
SvnNgCommitUtil.harvestCopyCommitables
(SVNWCContext context, java.io.File path, SVNURL dst, SvnCommitPacket packet, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File, java.lang.String> externalsStorage) -
Uses of ISvnCommitParameters in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnCommitParametersModifier and TypeFieldDescriptionprivate ISvnCommitParameters
SvnCommit.commitParameters
private ISvnCommitParameters
SvnRemoteCopy.commitParameters
Methods in org.tmatesoft.svn.core.wc2 that return ISvnCommitParametersModifier and TypeMethodDescriptionSvnCommit.getCommitParameters()
Gets operation's parameters of the commit.SvnRemoteCopy.getCommitParameters()
Returns operation's parameters of the commit.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnCommitParametersModifier and TypeMethodDescriptionvoid
SvnCommit.setCommitParameters
(ISvnCommitParameters commitParameters) Sets operation's parameters of the commit.void
SvnRemoteCopy.setCommitParameters
(ISvnCommitParameters commitParameters) Sets operation's parameters of the commit.