org.jcoderz.phoenix.report
Class ReportReaderFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.