fr.jcgay.maven.profiler.reporting.Reporter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-profiler Show documentation
Show all versions of maven-profiler Show documentation
Log Maven mojos execution time
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