Uses of Class
org.tmatesoft.svn.core.wc2.SvnCommit
-
Packages that use SvnCommit Package Description org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old 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. -
-
Uses of SvnCommit in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SvnCommit Modifier and Type Method Description SvnCommitPacketISvnCommitRunner. collectCommitItems(SvnCommit operation) -
Uses of SvnCommit in org.tmatesoft.svn.core.internal.wc2.compat
Fields in org.tmatesoft.svn.core.internal.wc2.compat declared as SvnCommit Modifier and Type Field Description private SvnCommitSvnCodec.SVNCommitPacketWrapper. operationMethods in org.tmatesoft.svn.core.internal.wc2.compat that return SvnCommit Modifier and Type Method Description SvnCommitSvnCodec.SVNCommitPacketWrapper. getOperation()Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnCommit Modifier and Type Method Description static SVNCommitPacketSvnCodec. commitPacket(SvnCommit operation, SvnCommitPacket packet)Constructors in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnCommit Constructor Description SVNCommitPacketWrapper(SvnCommit operation, SvnCommitPacket packet, SVNCommitItem[] items, java.util.Map<java.lang.String,java.lang.String> lockTokens) -
Uses of SvnCommit in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnCommit Modifier and Type Method Description SvnCommitPacketSvnNgCommit. collectCommitItems(SvnCommit operation) -
Uses of SvnCommit in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnCommit Modifier and Type Method Description SvnCommitPacketSvnOldCommit. collectCommitItems(SvnCommit operation) -
Uses of SvnCommit in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnCommit Modifier and Type Method Description SvnCommitSvnOperationFactory. createCommit()Creates commit operation.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnCommit Modifier and Type Method Description (package private) SvnCommitPacketSvnOperationFactory. collectCommitItems(SvnCommit operation)
-