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

org.codenarc.report.ReportWriter Maven / Gradle / Ivy

There is a newer version: 3.5.0-groovy-4.0
Show newest version
package org.codenarc.report;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

public interface ReportWriter
 {
 void writeReport(org.codenarc.AnalysisContext analysisContext, org.codenarc.results.Results results);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy