com.pmease.quickbuild.plugin.report.engine.datareport.io
Class ReportSaxReader

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.datareport.io.ReportSaxReader
All Implemented Interfaces:
ReportReader, ResourceReader<DataReport>, TypedObject

public class ReportSaxReader
extends java.lang.Object
implements ReportReader


Constructor Summary
ReportSaxReader(DataReport report, java.io.File file, ReportDataSource option)
           
ReportSaxReader(DataReport destReport, java.io.InputStream in, ReportDataSource option)
           
 
Method Summary
 void close()
           
 java.lang.String getType()
           
 DataReport read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportSaxReader

public ReportSaxReader(DataReport destReport,
                       java.io.InputStream in,
                       ReportDataSource option)

ReportSaxReader

public ReportSaxReader(DataReport report,
                       java.io.File file,
                       ReportDataSource option)
Method Detail

close

public void close()
Specified by:
close in interface ReportReader
Specified by:
close in interface ResourceReader<DataReport>

read

public DataReport read()
Specified by:
read in interface ResourceReader<DataReport>

getType

public java.lang.String getType()
Specified by:
getType in interface TypedObject


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.