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 Details

    • 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 Details

    • InheritedItem

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