Package | Description |
---|---|
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.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
Modifier and Type | Method and Description |
---|---|
static Mergeinfo |
JavaHLObjectFactory.createMergeInfo(Map mergeInfo) |
Mergeinfo |
SVNClient.getMergeinfo(String path,
Revision pegRevision) |
Mergeinfo |
SVNClientInterface.getMergeinfo(String path,
Revision pegRevision)
Get mergeinfo for
path at pegRevision . |
Mergeinfo |
SVNClientSynchronized.getMergeinfo(String path,
Revision pegRevision) |
Modifier and Type | Method and Description |
---|---|
Mergeinfo |
SVNClientImpl.getMergeinfo(String path,
Revision revision) |
Copyright © 2018. All rights reserved.