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 SvnCommitPacket
ISvnCommitRunner. 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 SvnCommit
SvnCodec.SVNCommitPacketWrapper. operation
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SvnCommit Modifier and Type Method Description SvnCommit
SvnCodec.SVNCommitPacketWrapper. getOperation()
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnCommit Modifier and Type Method Description static SVNCommitPacket
SvnCodec. 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 SvnCommitPacket
SvnNgCommit. 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 SvnCommitPacket
SvnOldCommit. 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 SvnCommit
SvnOperationFactory. createCommit()
Creates commit operation.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnCommit Modifier and Type Method Description (package private) SvnCommitPacket
SvnOperationFactory. collectCommitItems(SvnCommit operation)
-