Package | Description |
---|---|
org.apache.subversion.javahl | |
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,
InheritedProplistCallback callback) |
void |
ISVNClient.properties(java.lang.String path,
Revision revision,
Revision pegRevision,
Depth depth,
java.util.Collection<java.lang.String> changelists,
InheritedProplistCallback callback)
Retrieves the properties of an item, including inherited properties.
|
Modifier and Type | Field and Description |
---|---|
private InheritedProplistCallback |
SVNClientImpl.PropertiesReceiverProvider.callback |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.properties(java.lang.String path,
Revision revision,
Revision pegRevision,
Depth depth,
java.util.Collection<java.lang.String> changelists,
InheritedProplistCallback callback) |
Constructor and Description |
---|
PropertiesReceiverProvider(InheritedProplistCallback callback) |