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 Info |
JavaHLObjectFactory.createInfo(SVNInfo info) |
Info |
SVNClientSynchronized.info(java.lang.String path)
Deprecated.
Use
#info2(String, Revision, Revision, int,
InfoCallback) instead. |
Info |
SVNClientInterface.info(java.lang.String path)
Deprecated.
Use
#info2(String, Revision, Revision, int,
InfoCallback) instead. |
Info |
SVNClient.info(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
Info |
SVNClientImpl.info(java.lang.String path) |