Class 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
      java.lang.String path_or_url
      The path or URL of the owner of the inherited property.
      java.util.Map<java.lang.String,​byte[]> properties
      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 Detail

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

      • InheritedItem

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