org.pentaho.reporting.engine.classic.core.modules.output.table.csv
Class CSVPrinter

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.csv.CSVPrinter

public class CSVPrinter
extends Object

Creation-Date: 09.05.2007, 14:52:05

Author:
Thomas Morgner

Constructor Summary
CSVPrinter()
          Deprecated. This constructor uses the system default encoding and ignores the report's configuration.
CSVPrinter(org.pentaho.reporting.libraries.base.config.Configuration config)
           
 
Method Summary
 void close()
           
 org.pentaho.reporting.libraries.repository.ContentLocation getContentLocation()
           
 org.pentaho.reporting.libraries.repository.NameGenerator getContentNameGenerator()
           
 String getEncoding()
           
 void print(LogicalPageBox logicalPage, TableContentProducer contentProducer, OutputProcessorMetaData metaData, boolean incremental)
           
 void setContentLocation(org.pentaho.reporting.libraries.repository.ContentLocation contentLocation)
           
 void setContentNameGenerator(org.pentaho.reporting.libraries.repository.NameGenerator contentNameGenerator)
           
 void setEncoding(String encoding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVPrinter

public CSVPrinter()
Deprecated. This constructor uses the system default encoding and ignores the report's configuration.


CSVPrinter

public CSVPrinter(org.pentaho.reporting.libraries.base.config.Configuration config)
Method Detail

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

getContentLocation

public org.pentaho.reporting.libraries.repository.ContentLocation getContentLocation()

setContentLocation

public void setContentLocation(org.pentaho.reporting.libraries.repository.ContentLocation contentLocation)

getContentNameGenerator

public org.pentaho.reporting.libraries.repository.NameGenerator getContentNameGenerator()

setContentNameGenerator

public void setContentNameGenerator(org.pentaho.reporting.libraries.repository.NameGenerator contentNameGenerator)

print

public void print(LogicalPageBox logicalPage,
                  TableContentProducer contentProducer,
                  OutputProcessorMetaData metaData,
                  boolean incremental)
           throws ContentProcessingException
Throws:
ContentProcessingException

close

public void close()