Uses of Class
org.tmatesoft.svn.core.wc.SVNCommitItem
Packages that use SVNCommitItem
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNCommitItem in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNCommitItemModifier and TypeMethodDescriptionstatic CommitItem[]
JavaHLObjectFactory.getCommitItems
(SVNCommitItem[] commitables, boolean isImport, boolean isURLsOnly) -
Uses of SVNCommitItem in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNCommitItemModifier and TypeMethodDescriptionprivate String
SVNCommandEnvironment.createCommitMessageTemplate
(SVNCommitItem[] items) SVNCommandEnvironment.getCommitMessage
(String message, SVNCommitItem[] commitables) SVNCommandEnvironment.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) -
Uses of SVNCommitItem in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNCommitItemModifier and TypeMethodDescriptionstatic SVNCommitItem[]
SVNCommitUtil.harvestCommitables
(SVNWCAccess baseAccess, Collection paths, Map lockTokens, boolean justLocked, SVNDepth depth, boolean force, Collection changelists, ISVNCommitParameters params) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNCommitItemModifier and TypeMethodDescriptionSVNCommitMediator.getWCProperties
(SVNCommitItem item) private void
SVNCommitter.sendPropertiesDelta
(String commitPath, SVNCommitItem item, ISVNEditor editor) static SVNURL
SVNCommitUtil.translateCommitables
(SVNCommitItem[] items, Map decodedPaths) -
Uses of SVNCommitItem in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNCommitItemModifier and TypeMethodDescriptionprotected void
SVNBasicDelegate.setCommitItemAccess
(SVNCommitItem item, SVNWCAccess access) protected void
SVNBasicDelegate.setCommitItemFlags
(SVNCommitItem item, boolean contentModified, boolean propertiesModified) protected void
SVNBasicDelegate.setCommitItemProperty
(SVNCommitItem item, String name, SVNPropertyValue value) -
Uses of SVNCommitItem in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SVNCommitItemMethods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNCommitItemModifier and TypeMethodDescriptionstatic SvnCommitItem
SvnCodec.commitItem
(SVNCommitItem item) SvnCodec.SVNCommitHandler.getCommitMessage
(String message, SVNCommitItem[] commitables) SvnCodec.SVNCommitHandler.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) void
SvnCodec.SVNCommitPacketWrapper.setCommitItemSkipped
(SVNCommitItem item, boolean skipped) Constructors in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNCommitItemModifierConstructorDescriptionSVNCommitPacketWrapper
(SvnCommit operation, SvnCommitPacket packet, SVNCommitItem[] items, Map<String, String> lockTokens) -
Uses of SVNCommitItem in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNCommitItemMethods in org.tmatesoft.svn.core.wc that return SVNCommitItemModifier and TypeMethodDescriptionprotected SVNCommitItem[]
SVNCommitPacket.filterSkippedItemsAndLockTokens
(Collection<SVNCommitItem> items, Map<String, ?> lockTokens) SVNCommitPacket.getCommitItems()
Gets an array of SVNCommitItem objects stored in this object.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNCommitItemModifier and TypeMethodDescriptionDefaultSVNCommitHandler.getCommitMessage
(String message, SVNCommitItem[] commitables) Returns themessage
itself without any modifications to it or""
if themessage
is null.ISVNCommitHandler.getCommitMessage
(String message, SVNCommitItem[] commitables) Handles the incoming initial log message and items intended for a commit and returns a new commit log message.private int
SVNCommitPacket.getItemIndex
(SVNCommitItem item) DefaultSVNCommitHandler.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) ReturnsrevisionProperties
as is if it's not null, or an emptySVNProperties
object ifrevisionProperties
is null.ISVNCommitHandler.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) Handles the incoming revision properties and returns filtered revision properties given the paths (represented bycommitables
) collected for committing and the commit log message.boolean
SVNCommitPacket.isCommitItemSkipped
(SVNCommitItem item) Determines if an item intended for a commit is set to be skipped - that is not to be committed.void
SVNCommitPacket.setCommitItemSkipped
(SVNCommitItem item, boolean skipped) Sets or unsets a versioned item to be skipped - whether or not it should be committed.Method parameters in org.tmatesoft.svn.core.wc with type arguments of type SVNCommitItemModifier and TypeMethodDescriptionprotected SVNCommitItem[]
SVNCommitPacket.filterSkippedItemsAndLockTokens
(Collection<SVNCommitItem> items, Map<String, ?> lockTokens) Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNCommitItemModifierConstructorDescriptionSVNCommitPacket
(SVNWCAccess wcAccess, SVNCommitItem[] items, Map lockTokens)