public static class InheritedProplistCallback.InheritedItem
extends java.lang.Object
| Modifier and Type | Field and 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 and Description |
|---|
InheritedItem(java.lang.String path_or_url,
java.util.Map<java.lang.String,byte[]> properties) |