Interface InheritedProplistCallback


public interface InheritedProplistCallback
Since:
1.8
  • Method Details

    • singlePath

      void singlePath(String path, Map<String,byte[]> properties, 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..