Interface InheritedProplistCallback


public interface InheritedProplistCallback
Since:
1.8
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Describes properties inherited from one parent.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

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