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 |
---|---|
void |
SVNClientInterface.properties(String path,
Revision revision,
Revision pegRevision,
int depth,
String[] changelists,
ProplistCallback callback)
Retrieves the properties of an item
|
void |
SVNClient.properties(String path,
Revision revision,
Revision pegRevision,
int depth,
String[] changelists,
ProplistCallback callback) |
void |
SVNClientSynchronized.properties(String path,
Revision revision,
Revision pegRevision,
int depth,
String[] changelists,
ProplistCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.properties(String path,
Revision revision,
Revision pegRevision,
int depth,
String[] changelists,
ProplistCallback callback) |
Copyright © 2023. All rights reserved.