Package ca.phon.app.opgraph.wizard
Class NodeWizardReportGenerator
java.lang.Object
ca.phon.app.opgraph.wizard.NodeWizardReportGenerator
Create a html report using data from generated buffers in wizard.
-
Constructor Summary
ConstructorDescriptionNodeWizardReportGenerator
(NodeWizard wizard, ReportTree reportTree, String reportTemplate, OutputStream stream) NodeWizardReportGenerator
(NodeWizard wizard, ReportTree reportTree, String reportTemplate, String outputPath) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomJs
(String js) void
void
searchForTables
(ReportTreeNode node, Map<String, DefaultTableDataSource> tableMap)
-
Constructor Details
-
NodeWizardReportGenerator
public NodeWizardReportGenerator(NodeWizard wizard, ReportTree reportTree, String reportTemplate, String outputPath) throws IOException - Throws:
IOException
-
NodeWizardReportGenerator
public NodeWizardReportGenerator(NodeWizard wizard, ReportTree reportTree, String reportTemplate, OutputStream stream)
-
-
Method Details
-
addCustomJs
-
generateReport
- Throws:
NodeWizardReportException
-
searchForTables
-