Class ProplistCallbackImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​byte[]>> propMap  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getProperties​(java.lang.String path)  
      void singlePath​(java.lang.String path, java.util.Map<java.lang.String,​byte[]> props)
      the method will be called once for every file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • propMap

        java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​byte[]>> propMap
    • Constructor Detail

      • ProplistCallbackImpl

        public ProplistCallbackImpl()
    • Method Detail

      • singlePath

        public void singlePath​(java.lang.String path,
                               java.util.Map<java.lang.String,​byte[]> props)
        Description copied from interface: ProplistCallback
        the method will be called once for every file.
        Specified by:
        singlePath in interface ProplistCallback
        Parameters:
        path - the path.
        props - the properties on the path.
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.String> getProperties​(java.lang.String path)