Class InheritedProplistCallback.InheritedItem
- java.lang.Object
-
- org.apache.subversion.javahl.callback.InheritedProplistCallback.InheritedItem
-
- Enclosing interface:
- InheritedProplistCallback
public static class InheritedProplistCallback.InheritedItem extends java.lang.Object
Describes properties inherited from one parent.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
path_or_url
The path or URL of the owner of the inherited property.java.util.Map<java.lang.String,byte[]>
properties
the inherited properties
-
Constructor Summary
Constructors Constructor Description InheritedItem(java.lang.String path_or_url, java.util.Map<java.lang.String,byte[]> properties)
-