Package de.obqo.decycle.report
Class HtmlReport
- java.lang.Object
-
- de.obqo.decycle.report.HtmlReport
-
public class HtmlReport extends java.lang.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, java.util.List<Constraint.Violation> violations, java.lang.Appendable out, java.lang.String title)
-
-
-
Method Detail
-
writeReport
public void writeReport(Graph graph, java.util.List<Constraint.Violation> violations, java.lang.Appendable out, java.lang.String title)
-
-