Interface InheritedProplistCallback

    • Method Detail

      • singlePath

        void singlePath​(java.lang.String path,
                        java.util.Map<java.lang.String,​byte[]> properties,
                        java.util.Collection<InheritedProplistCallback.InheritedItem> inherited_properties)
        The method will be called once for every file.
        Parameters:
        path - the path.
        properties - the properties on the path.
        inherited_properties - depth-first ordered array of inherited properties..