org.milyn.event.report
Class FlatReportGenerator

java.lang.Object
  extended by org.milyn.event.BasicExecutionEventListener
      extended by org.milyn.event.report.AbstractReportGenerator
          extended by org.milyn.event.report.FlatReportGenerator
All Implemented Interfaces:
ExecutionEventListener

public class FlatReportGenerator
extends AbstractReportGenerator

Flat Execution Report generating ExecutionEventListener.

Author:
tom.fennelly@gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from class org.milyn.event.report.AbstractReportGenerator
AbstractReportGenerator.ReportNode
 
Field Summary
 
Fields inherited from class org.milyn.event.report.AbstractReportGenerator
domSerializer
 
Constructor Summary
FlatReportGenerator(ReportConfiguration reportConfiguration)
           
FlatReportGenerator(Writer outputWriter)
           
 
Method Summary
 void applyTemplate(Report report)
           
 
Methods inherited from class org.milyn.event.report.AbstractReportGenerator
getOutputWriter, getReportConfiguration, ignoreEvent, onEvent
 
Methods inherited from class org.milyn.event.BasicExecutionEventListener
getEvents, setFilterEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatReportGenerator

public FlatReportGenerator(Writer outputWriter)

FlatReportGenerator

public FlatReportGenerator(ReportConfiguration reportConfiguration)
Method Detail

applyTemplate

public void applyTemplate(Report report)
                   throws IOException
Specified by:
applyTemplate in class AbstractReportGenerator
Throws:
IOException


Copyright © 2008. All Rights Reserved.