Interface ProplistCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void singlePath​(java.lang.String path, java.util.Map<java.lang.String,​byte[]> properties)
      the method will be called once for every file.
    • Method Detail

      • singlePath

        void singlePath​(java.lang.String path,
                        java.util.Map<java.lang.String,​byte[]> properties)
        the method will be called once for every file.
        Parameters:
        path - the path.
        properties - the properties on the path.