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