All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.inria.gforge.spoon.logging.ReportDao Maven / Gradle / Ivy

package fr.inria.gforge.spoon.logging;

import java.util.Map;

interface ReportDao {

	/**
	 * Saves results.
	 */
	void save(Map reportsData);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy