Class ImageHelper.MetaDataDirectories

    • Method Detail

      • each

        public ImageHelper.MetaDataDirectories each​(groovy.lang.Closure<?> p_closure)
        Iterate over the tags in each directory using the given closure.

        If the closure takes one parameter then the tag names will be passed; if it takes two parameters then the tag name and value will be passed ot the closure.

        Parameters:
        p_closure - The closure.
        Returns:
        The self object.
      • dump

        public String dump()
        Specified by:
        dump in interface de.uplanet.util.IDumpable