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
FieldsModifier and TypeFieldDescriptionfinal java.lang.String
The path or URL of the owner of the inherited property.final java.util.Map<java.lang.String,
byte[]> the inherited properties -
Constructor Summary
ConstructorsConstructorDescriptionInheritedItem
(java.lang.String path_or_url, java.util.Map<java.lang.String, byte[]> properties) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
path_or_url
public final java.lang.String path_or_urlThe path or URL of the owner of the inherited property. -
properties
public final java.util.Map<java.lang.String,byte[]> propertiesthe inherited properties
-
-
Constructor Details
-
InheritedItem
public InheritedItem(java.lang.String path_or_url, java.util.Map<java.lang.String, byte[]> properties)
-