Uses of Class
org.tmatesoft.svn.core.wc2.SvnCommitItem
-
Packages that use SvnCommitItem Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.wc2 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.org.tmatesoft.svn.core.wc2.hooks NEW: this package contains callback interfaces for the new WC2 API. -
-
Uses of SvnCommitItem in org.tmatesoft.svn.core.internal.wc17
Method parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SvnCommitItem Modifier and Type Method Description static 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 SvnCommitItem Constructor Description SVNCommitMediator17(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 SvnCommitItem Modifier and Type Method Description static SvnCommitItem
SvnCodec. commitItem(SVNCommitItem item)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnCommitItem Modifier and Type Method Description static SVNCommitItem
SvnCodec. commitItem(SvnCommitItem item)
-
Uses of SvnCommitItem in org.tmatesoft.svn.core.internal.wc2.ng
Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SvnCommitItem Modifier and Type Method Description 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.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnCommitItem Modifier and Type Method Description SvnCommitItem
SvnCommitPacket. 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.SvnCommitItem
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.SvnCommitItem
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 SvnCommitItem Modifier and Type Method Description java.util.Collection<SvnCommitItem>
SvnCommitPacket. getItems(SVNURL url)
Returns all commit items in the commit packet with the corresponding repository root URLMethods in org.tmatesoft.svn.core.wc2 with parameters of type SvnCommitItem Modifier and Type Method Description void
SvnCommitPacket. addItem(SvnCommitItem item, SVNURL repositoryRoot)
Adds commit item to the commit packet with the repository root URL. -
Uses of SvnCommitItem in org.tmatesoft.svn.core.wc2.hooks
Methods in org.tmatesoft.svn.core.wc2.hooks with parameters of type SvnCommitItem Modifier and Type Method Description java.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.SVNProperties
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.
-