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

fr.jcgay.maven.profiler.reporting.Reporter Maven / Gradle / Ivy

There is a newer version: 3.2
Show newest version
package fr.jcgay.maven.profiler.reporting;

import fr.jcgay.maven.profiler.reporting.template.Data;

public interface Reporter {

    void write(Data data, ReportDirectory directory);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy