Package crypto.reporting
Class ReportGenerator
- java.lang.Object
-
- crypto.reporting.ReportGenerator
-
public class ReportGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description ReportGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgenerateReport(Collection<IAnalysisSeed> seeds, Collection<CrySLRule> ruleset, com.google.common.collect.Table<boomerang.scene.WrappedClass,boomerang.scene.Method,Set<AbstractError>> errorCollection)Generates an analysis report content for theCommandLineReporterandTXTReporter.
-
-
-
Method Detail
-
generateReport
public static String generateReport(Collection<IAnalysisSeed> seeds, Collection<CrySLRule> ruleset, com.google.common.collect.Table<boomerang.scene.WrappedClass,boomerang.scene.Method,Set<AbstractError>> errorCollection)
Generates an analysis report content for theCommandLineReporterandTXTReporter.- Parameters:
seeds- the analyzed seedsruleset- the ruleset used in the analysiserrorCollection- the table containing the errors- Returns:
- the formatted report for the
CommandLineReporterandTXTReporter
-
-