Uses of Class
org.tmatesoft.svn.core.wc2.SvnCommitItem
Packages that use SvnCommitItem
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.
NEW: this package contains callback interfaces for the new WC2 API.
-
Uses of SvnCommitItem in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type SvnCommitItemModifier and TypeFieldDescriptionprivate java.util.Map<java.lang.String,
SvnCommitItem> SVNCommitMediator17.myCommitItems
private java.util.Map<java.lang.String,
SvnCommitItem> SVNCommitter17.myCommittables
private java.util.Map<java.lang.String,
SvnCommitItem> SVNCommitter17.myModifiedFiles
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SvnCommitItemModifier and TypeMethodDescriptionprivate void
SVNCommitter17.sendPropertiesDelta
(java.io.File localAbspath, java.lang.String commitPath, SvnCommitItem item, ISVNEditor commitEditor) Method parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SvnCommitItemModifier and TypeMethodDescriptionstatic SVNCommitInfo
SVNCommitter17.commit
(SVNWCContext context, java.util.Collection<java.io.File> tmpFiles, java.util.Map<java.lang.String, SvnCommitItem> committables, SVNURL repositoryRoot, ISVNEditor commitEditor, java.util.Map<java.io.File, SvnChecksum> md5Checksums, java.util.Map<java.io.File, SvnChecksum> sha1Checksums) Constructor parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SvnCommitItemModifierConstructorDescriptionSVNCommitMediator17
(SVNWCContext context, java.util.Map<java.lang.String, SvnCommitItem> committables) SVNCommitter17
(SVNWCContext context, java.util.Map<java.lang.String, SvnCommitItem> committables, SVNURL repositoryRoot, java.util.Collection<java.io.File> tmpFiles, java.util.Map<java.io.File, SvnChecksum> md5Checksums, java.util.Map<java.io.File, SvnChecksum> sha1Checksums) -
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) java.lang.String
SvnCodec.SvnCommitHandlerWithFilter.getCommitMessage
(java.lang.String message, SvnCommitItem[] commitables) SvnCodec.SvnCommitHandlerWithFilter.getRevisionProperties
(java.lang.String message, SvnCommitItem[] commitables, SVNProperties revisionProperties) -
Uses of SvnCommitItem in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnCommitItemModifier and TypeMethodDescriptionprivate void
SvnNgCommit.postProcessCommitItem
(SvnNgCommit.SvnCommittedQueue queue, SvnCommitItem item, boolean keepChangelists, boolean keepLocks, SvnChecksum sha1Checksum) Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SvnCommitItemModifier and TypeMethodDescriptionprivate static void
SvnNgCommitUtil.handleDescendants
(SVNWCContext context, SvnCommitPacket packet, SVNURL rootUrl, java.util.Collection<SvnCommitItem> items, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISVNEventHandler eventHandler) static SVNURL
SvnNgCommitUtil.translateCommitables
(java.util.Collection<SvnCommitItem> items, java.util.Map<java.lang.String, SvnCommitItem> decodedPaths) static SVNURL
SvnNgCommitUtil.translateCommitables
(java.util.Collection<SvnCommitItem> items, java.util.Map<java.lang.String, SvnCommitItem> decodedPaths) -
Uses of SvnCommitItem in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SvnCommitItemModifier and TypeMethodDescriptionprivate CommitItem
SVNClientImpl.getSvnCommitItem
(SvnCommitItem commitable) -
Uses of SvnCommitItem in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 with type parameters of type SvnCommitItemModifier and TypeFieldDescriptionprivate java.util.Map<SVNURL,
java.util.Collection<SvnCommitItem>> SvnCommitPacket.items
private java.util.Map<java.lang.String,
SvnCommitItem> SvnCommitPacket.itemsByPath
Methods in org.tmatesoft.svn.core.wc2 that return SvnCommitItemModifier and TypeMethodDescriptionSvnCommitPacket.addItem
(java.io.File path, SVNNodeKind kind, SVNURL repositoryRoot, java.lang.String repositoryPath, long revision, java.lang.String copyFromPath, long copyFromRevision, java.io.File movedFromAbsPath, int flags) Adds commit item with the path, kind, repository root URL, repository path, revision number, copied from path, copied from revision number, flags to the commit packet.SvnCommitPacket.addItem
(java.io.File path, SVNURL rootUrl, SVNNodeKind kind, SVNURL url, long revision, SVNURL copyFromUrl, long copyFromRevision, int flags) Adds commit item with the path, repository root URL, kind, URL, revision number, revision number, copied from path, copied from revision number, flags to the commit packet.SvnCommitPacket.getItem
(java.io.File path) Returns the commit item with the pathMethods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SvnCommitItemModifier and TypeMethodDescriptionjava.util.Collection<SvnCommitItem>
Returns all commit items in the commit packet with the corresponding repository root URLMethods in org.tmatesoft.svn.core.wc2 with parameters of type SvnCommitItemModifier and TypeMethodDescriptionvoid
SvnCommitPacket.addItem
(SvnCommitItem item, SVNURL repositoryRoot) Adds commit item to the commit packet with the repository root URL.private java.lang.String
SvnCommitPacket.getItemKey
(SvnCommitItem item, SVNURL rootURL, boolean combinePackets) Constructor parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SvnCommitItemModifierConstructorDescriptionprivate
SvnCommitPacket
(java.util.Map<SVNURL, java.util.Collection<SvnCommitItem>> items, java.util.Map<java.lang.String, SvnCommitItem> itemsByPath, java.lang.Object lockingContext, java.util.Map<SVNURL, java.lang.String> lockTokens, ISvnCommitRunner runner, java.util.Set<java.lang.String> skippedPaths) -
Uses of SvnCommitItem in org.tmatesoft.svn.core.wc2.hooks
Methods in org.tmatesoft.svn.core.wc2.hooks with parameters of type SvnCommitItemModifier and TypeMethodDescriptionjava.lang.String
ISvnCommitHandler.getCommitMessage
(java.lang.String message, SvnCommitItem[] commitables) Handles the incoming initial log message and items intended for a commit and returns a new commit log message.ISvnCommitHandler.getRevisionProperties
(java.lang.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.