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
    final 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

    Constructors
    Constructor
    Description
    InheritedItem(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_url
      The path or URL of the owner of the inherited property.
    • properties

      public final java.util.Map<java.lang.String,byte[]> properties
      the inherited properties
  • Constructor Details

    • InheritedItem

      public InheritedItem(java.lang.String path_or_url, java.util.Map<java.lang.String,byte[]> properties)