Package com.dotcms.tika

Examples of com.dotcms.tika.TikaUtils


    return (con != null && con.getStructure() != null && con.getStructure().getStructureType() == Structure.STRUCTURE_TYPE_FILEASSET) ;
  }

  public Map<String, String> getMetaDataMap(Contentlet con, File binFile)  {

    return new TikaUtils().getMetaDataMap(con.getInode(),binFile,false);

  }
View Full Code Here

TOP

Related Classes of com.dotcms.tika.TikaUtils

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.