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 java.lang.StringSVNCommandEnvironment.createCommitMessageTemplate(SVNCommitItem[] items) java.lang.StringSVNCommandEnvironment.getCommitMessage(java.lang.String message, SVNCommitItem[] commitables) SVNCommandEnvironment.getRevisionProperties(java.lang.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, java.util.Collection paths, java.util.Map lockTokens, boolean justLocked, SVNDepth depth, boolean force, java.util.Collection changelists, ISVNCommitParameters params) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNCommitItemModifier and TypeMethodDescriptionSVNCommitMediator.getWCProperties(SVNCommitItem item) private voidSVNCommitter.sendPropertiesDelta(java.lang.String commitPath, SVNCommitItem item, ISVNEditor editor) static SVNURLSVNCommitUtil.translateCommitables(SVNCommitItem[] items, java.util.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 voidSVNBasicDelegate.setCommitItemAccess(SVNCommitItem item, SVNWCAccess access) protected voidSVNBasicDelegate.setCommitItemFlags(SVNCommitItem item, boolean contentModified, boolean propertiesModified) protected voidSVNBasicDelegate.setCommitItemProperty(SVNCommitItem item, java.lang.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 SvnCommitItemSvnCodec.commitItem(SVNCommitItem item) java.lang.StringSvnCodec.SVNCommitHandler.getCommitMessage(java.lang.String message, SVNCommitItem[] commitables) SvnCodec.SVNCommitHandler.getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) voidSvnCodec.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, java.util.Map<java.lang.String, java.lang.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(java.util.Collection<SVNCommitItem> items, java.util.Map<java.lang.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 TypeMethodDescriptionjava.lang.StringDefaultSVNCommitHandler.getCommitMessage(java.lang.String message, SVNCommitItem[] commitables) Returns themessageitself without any modifications to it or""if themessageis null.java.lang.StringISVNCommitHandler.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.private intSVNCommitPacket.getItemIndex(SVNCommitItem item) DefaultSVNCommitHandler.getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) ReturnsrevisionPropertiesas is if it's not null, or an emptySVNPropertiesobject ifrevisionPropertiesis null.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.booleanSVNCommitPacket.isCommitItemSkipped(SVNCommitItem item) Determines if an item intended for a commit is set to be skipped - that is not to be committed.voidSVNCommitPacket.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(java.util.Collection<SVNCommitItem> items, java.util.Map<java.lang.String, ?> lockTokens) Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNCommitItemModifierConstructorDescriptionSVNCommitPacket(SVNWCAccess wcAccess, SVNCommitItem[] items, java.util.Map lockTokens)