com.pmease.quickbuild.plugin.report.engine.extensionpoint
Interface ResourceReader<T>

All Superinterfaces:
TypedObject
All Known Subinterfaces:
ReportReader
All Known Implementing Classes:
PassthroughReader, ReportResourceReader, ReportSaxReader, ReportStaxReader, XMLResourceReader

public interface ResourceReader<T>
extends TypedObject


Method Summary
 void close()
           
 T read()
           
 
Methods inherited from interface com.pmease.quickbuild.plugin.report.engine.extensionpoint.TypedObject
getType
 

Method Detail

read

T read()

close

void close()


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