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);
}