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(Collection<Candidate> candidates) |
static void |
printXmlReport(BugClerkReport report,
OutputStream out) |
public static final String XSLT_FILENAME
public BugClerkReport createReport(Collection<Candidate> candidates)
createReport in interface ReportEngine<BugClerkReport>public static void printXmlReport(BugClerkReport report, OutputStream out)
Copyright © 2017 JBoss by Red Hat. All rights reserved.