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

All Superinterfaces:
TypedObject
All Known Subinterfaces:
ReportWriter
All Known Implementing Classes:
DefaultReportWriter

public interface ResourceWriter<T>
extends TypedObject


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

Method Detail

write

void write(T obj)

close

void close()


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