Interface ProplistCallback

All Known Subinterfaces:
ProplistCallback
All Known Implementing Classes:
ProplistCallbackImpl

public interface ProplistCallback
  • Method Summary

    Modifier and Type Method Description
    void singlePath​(String path, Map<String,​byte[]> properties)
    the method will be called once for every file.
  • Method Details

    • singlePath

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