com.partnersoft.v3x.apps.Staker.interfaces
Class BarsoomReportEngine

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.interfaces.BarsoomReportEngine

public class BarsoomReportEngine
extends java.lang.Object

A report engine that just spits out Barsoom; handy for examining what you're being handed to debug or plan other reports.


Field Summary
 boolean outputReadOnlyProperties
           
 
Constructor Summary
BarsoomReportEngine()
           
 
Method Summary
 java.lang.String generateReportFor(java.lang.Object source)
           
 boolean getOutputReadOnlyProperties()
           
 void setOutputReadOnlyProperties(boolean tizit)
           
 void writeReport(java.lang.Object source, java.io.Writer output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputReadOnlyProperties

public boolean outputReadOnlyProperties
Constructor Detail

BarsoomReportEngine

public BarsoomReportEngine()
Method Detail

generateReportFor

public java.lang.String generateReportFor(java.lang.Object source)

writeReport

public void writeReport(java.lang.Object source,
                        java.io.Writer output)

getOutputReadOnlyProperties

public boolean getOutputReadOnlyProperties()

setOutputReadOnlyProperties

public void setOutputReadOnlyProperties(boolean tizit)