public interface InheritedProplistCallback
ISVNClient.properties(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.ProplistCallback) call.| Modifier and Type | Interface and Description |
|---|---|
static class |
InheritedProplistCallback.InheritedItem
Describes properties inherited from one parent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
singlePath(java.lang.String path,
java.util.Map<java.lang.String,byte[]> properties,
java.util.Collection<InheritedProplistCallback.InheritedItem> inherited_properties)
The method will be called once for every file.
|
void singlePath(java.lang.String path,
java.util.Map<java.lang.String,byte[]> properties,
java.util.Collection<InheritedProplistCallback.InheritedItem> inherited_properties)
path - the path.properties - the properties on the path.inherited_properties - depth-first ordered array of inherited properties..