Package de.obqo.decycle.report
Class HtmlReport
- java.lang.Object
-
- de.obqo.decycle.report.HtmlReport
-
public class HtmlReport extends Object
-
-
Constructor Summary
Constructors Constructor Description HtmlReport(boolean minify)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteReport(Graph graph, List<Constraint.Violation> violations, Appendable out, String resourcesPrefix, String title)
-
-
-
Method Detail
-
writeReport
public void writeReport(Graph graph, List<Constraint.Violation> violations, Appendable out, String resourcesPrefix, String title)
-
-