org.jcoderz.phoenix.report
Class ReportReaderFactory

java.lang.Object
  extended by org.jcoderz.phoenix.report.ReportReaderFactory

public final class ReportReaderFactory
extends Object

Factory class to create a report reader for the requested report format.

Author:
Michael Griffel

Method Summary
static ReportReader createReader(ReportNormalizer.SourceReport sr)
          Creates a report reader for the given report format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createReader

public static ReportReader createReader(ReportNormalizer.SourceReport sr)
Creates a report reader for the given report format.

Parameters:
sr - the source report format.
Returns:
a report reader for the given report format.


Copyright 2007 The jCoderZ Project.