| 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 |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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
|
| Constructor and Description |
|---|
CommitItem(CommitItem aItem)
A backward-compat constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private CommitItem |
SVNClientImpl.getSvnCommitItem(SvnCommitItem commitable) |