org.apache.subversion.javahl.callback
Class InheritedProplistCallback.InheritedItem

java.lang.Object
  extended by 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
 String path_or_url
          The path or URL of the owner of the inherited property.
 Map<String,byte[]> properties
          the inherited properties
 
Constructor Summary
InheritedProplistCallback.InheritedItem(String path_or_url, Map<String,byte[]> properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path_or_url

public final String path_or_url
The path or URL of the owner of the inherited property.


properties

public final Map<String,byte[]> properties
the inherited properties

Constructor Detail

InheritedProplistCallback.InheritedItem

public InheritedProplistCallback.InheritedItem(String path_or_url,
                                               Map<String,byte[]> properties)