Interface MetaDataExtractor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getMap()  
      void setFile​(java.io.File file)
      Set the file to extract the metadata
    • Method Detail

      • setFile

        void setFile​(java.io.File file)
        Set the file to extract the metadata
        Parameters:
        file - the file to process
        Since:
        jcms-4.0
      • getMap

        java.util.Map<java.lang.String,​java.lang.String> getMap()
        Returns:
        a map of metadata
        Since:
        jcms-4.0