Package crypto.reporting
Class ReporterFactory
- java.lang.Object
-
- crypto.reporting.ReporterFactory
-
public class ReporterFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ReporterFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<Reporter>createReporters(Collection<Reporter.ReportFormat> reportFormats, String outputDir, Collection<CrySLRule> rules)
-
-
-
Method Detail
-
createReporters
public static Collection<Reporter> createReporters(Collection<Reporter.ReportFormat> reportFormats, String outputDir, Collection<CrySLRule> rules)
-
-