| 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 |
ISVNClient.properties(String path,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
ProplistCallback callback)
Retrieves the properties of an item
|
void |
SVNClient.properties(String path,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
ProplistCallback callback) |
| 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 |
|---|---|
void |
SVNClientImpl.properties(String path,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
ProplistCallback callback) |
Copyright © 2025. All rights reserved.