public final class BugClerkReportEngine extends Object implements ReportEngine<BugClerkReport>
| Modifier and Type | Field and Description |
|---|---|
static String |
XSLT_FILENAME |
| Constructor and Description |
|---|
BugClerkReportEngine() |
| Modifier and Type | Method and Description |
|---|---|
BugClerkReport |
createReport(Map<org.jboss.set.aphrodite.domain.Issue,List<Violation>> violationByBugId) |
static void |
printXmlReport(BugClerkReport report,
OutputStream out) |
public static final String XSLT_FILENAME
public BugClerkReport createReport(Map<org.jboss.set.aphrodite.domain.Issue,List<Violation>> violationByBugId)
createReport in interface ReportEngine<BugClerkReport>public static void printXmlReport(BugClerkReport report, OutputStream out)
Copyright © 2016 JBoss by Red Hat. All rights reserved.