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 Info2 |
JavaHLObjectFactory.createInfo2(SVNInfo info) |
Info2[] |
SVNClientInterface.info2(String pathOrUrl,
Revision revision,
Revision pegRevision,
boolean recurse)
Deprecated.
Use
#info2(String, Revision, Revision, int,
InfoCallback) instead. |
Info2[] |
SVNClient.info2(String pathOrUrl,
Revision revision,
Revision pegRevision,
boolean recurse) |
Info2[] |
SVNClientSynchronized.info2(String pathOrUrl,
Revision revision,
Revision pegRevision,
boolean recurse)
Deprecated.
Use
#info2(String, Revision, Revision, int,
InfoCallback) instead. |
Modifier and Type | Method and Description |
---|---|
void |
InfoCallback.singleInfo(Info2 info)
the method will be called for every line in a file.
|
Modifier and Type | Method and Description |
---|---|
Info2[] |
SVNClientImpl.info2(String pathOrUrl,
Revision revision,
Revision pegRevision,
boolean recurse) |
Copyright © 2023. All rights reserved.