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

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.datareport.io.DefaultReportWriter
All Implemented Interfaces:
ReportWriter, ResourceWriter<DataReport>, TypedObject

public class DefaultReportWriter
extends java.lang.Object
implements ReportWriter


Constructor Summary
DefaultReportWriter(java.io.OutputStream out)
           
 
Method Summary
 void close()
           
 java.lang.String getType()
           
 void write(DataReport report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReportWriter

public DefaultReportWriter(java.io.OutputStream out)
Method Detail

close

public void close()
Specified by:
close in interface ReportWriter
Specified by:
close in interface ResourceWriter<DataReport>

write

public void write(DataReport report)
Specified by:
write in interface ResourceWriter<DataReport>

getType

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


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