| Package | Description |
|---|---|
| org.apache.subversion.javahl | |
| 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 |
|---|---|
void |
SVNClient.properties(java.lang.String path,
Revision revision,
Revision pegRevision,
Depth depth,
java.util.Collection<java.lang.String> changelists,
ProplistCallback callback) |
void |
ISVNClient.properties(java.lang.String path,
Revision revision,
Revision pegRevision,
Depth depth,
java.util.Collection<java.lang.String> changelists,
ProplistCallback callback)
Retrieves the properties of an item
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProplistCallback
This interface is used to property lists for each path in a
SVNClientInterface.properties call.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProplistCallbackImpl
Implementation of
ProplistCallback interface. |
| Modifier and Type | Method and Description |
|---|---|
private ISvnObjectReceiver<SVNProperties> |
SVNClientImpl.getSVNPropertiesReceiver(ProplistCallback callback) |
void |
SVNClientImpl.properties(java.lang.String path,
Revision revision,
Revision pegRevision,
Depth depth,
java.util.Collection<java.lang.String> changelists,
ProplistCallback callback) |