Uses of Class
org.tigris.subversion.javahl.CommitItem
-
Packages that use CommitItem Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion. -
-
Uses of CommitItem in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return CommitItem Modifier and Type Method Description static CommitItem[]
JavaHLObjectFactory. getCommitItems(SVNCommitItem[] commitables, boolean isImport, boolean isURLsOnly)
Methods in org.tigris.subversion.javahl with parameters of type CommitItem Modifier and Type Method Description java.lang.String
CommitMessage. getLogMessage(CommitItem[] elementsToBeCommitted)
Retrieve a commit message from the user based on the items to be committed
-