Uses of Class
org.apache.subversion.javahl.CommitItem
-
Packages that use CommitItem Package Description org.apache.subversion.javahl org.apache.subversion.javahl.callback org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl17 -
-
Uses of CommitItem in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl that return CommitItem Modifier and Type Method Description static CommitItem
JavaHLObjectFactory. createCommitItem(java.lang.String p, NodeKind nk, int sf, java.lang.String u, java.lang.String cu, long r, java.lang.String mf)
-
Uses of CommitItem in org.apache.subversion.javahl.callback
Method parameters in org.apache.subversion.javahl.callback with type arguments of type CommitItem Modifier and Type Method Description java.lang.String
CommitMessageCallback. getLogMessage(java.util.Set<CommitItem> elementsToBeCommitted)
Retrieve a commit message from the user based on the items to be committed -
Uses of CommitItem in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type CommitItem Constructor Description CommitItem(CommitItem aItem)
A backward-compat constructor. -
Uses of CommitItem in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return CommitItem Modifier and Type Method Description private CommitItem
SVNClientImpl. getSvnCommitItem(SvnCommitItem commitable)
-