Class CmsPrintStreamReport

All Implemented Interfaces:
I_CmsReport
Direct Known Subclasses:
CmsPublishReport, CmsShellReport

public class CmsPrintStreamReport extends CmsHtmlReport
Stream report where the output is streamed to the given print stream instance.

Keep in mind that you are resposible for closing the stream calling the close() method when the report is no longer used.

Since:
6.5.5
  • Constructor Details

    • CmsPrintStreamReport

      public CmsPrintStreamReport(PrintStream printStream, Locale locale, boolean writeHtml)
      Constructs a new report using the provided locale for the output language.

      Parameters:
      printStream - the print stream to write the output to
      locale - the locale to use for the output language
      writeHtml - decides if the report should write clear text or html code
  • Method Details