Package org.smooks.engine.report
Class FlatReportGenerator
- java.lang.Object
-
- org.smooks.engine.delivery.event.BasicExecutionEventListener
-
- org.smooks.engine.report.AbstractReportGenerator
-
- org.smooks.engine.report.FlatReportGenerator
-
- All Implemented Interfaces:
ExecutionEventListener
,DOMFilterLifecycle
,FilterLifecycle
public class FlatReportGenerator extends AbstractReportGenerator
Flat Execution Report generatingExecutionEventListener
.- Author:
- tom.fennelly@gmail.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.smooks.engine.report.AbstractReportGenerator
AbstractReportGenerator.ReportNode
-
-
Constructor Summary
Constructors Constructor Description FlatReportGenerator(Writer outputWriter, ApplicationContext applicationContext)
FlatReportGenerator(ReportConfiguration reportConfiguration, ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyTemplate(Report report)
-
Methods inherited from class org.smooks.engine.report.AbstractReportGenerator
getOutputWriter, getReportConfiguration, ignoreEvent, onAssemblyStarted, onEvent, onPostFilter, onPreFilter, onProcessingStarted, onSerializationStarted, processFinishEvent
-
Methods inherited from class org.smooks.engine.delivery.event.BasicExecutionEventListener
getEvents, setFilterEvents
-
-
-
-
Constructor Detail
-
FlatReportGenerator
public FlatReportGenerator(Writer outputWriter, ApplicationContext applicationContext)
-
FlatReportGenerator
public FlatReportGenerator(ReportConfiguration reportConfiguration, ApplicationContext applicationContext)
-
-
Method Detail
-
applyTemplate
public void applyTemplate(Report report) throws IOException
- Specified by:
applyTemplate
in classAbstractReportGenerator
- Throws:
IOException
-
-