org.opencms.report
Class CmsShellReport

java.lang.Object
  extended byorg.opencms.report.A_CmsReport
      extended byorg.opencms.report.CmsHtmlReport
          extended byorg.opencms.report.CmsPrintStreamReport
              extended byorg.opencms.report.CmsShellReport
All Implemented Interfaces:
I_CmsReport

public class CmsShellReport
extends CmsPrintStreamReport

Report class used for the shell.

It stores nothing. It just prints everything to System.out

.

Since:
6.0.0
Version:
$Revision: 1.27 $
Author:
Alexander Kandzior, Jan Baudisch

Field Summary
 
Fields inherited from class org.opencms.report.CmsHtmlReport
LINEBREAK, LINEBREAK_TRADITIONAL
 
Fields inherited from interface org.opencms.report.I_CmsReport
FORMAT_DEFAULT, FORMAT_ERROR, FORMAT_HEADLINE, FORMAT_NOTE, FORMAT_OK, FORMAT_WARNING, REPORT_TYPE_EXTENDED, REPORT_TYPE_SIMPLE
 
Constructor Summary
CmsShellReport(java.util.Locale locale)
          Constructs a new report using the provided locale for the output language.
 
Methods inherited from class org.opencms.report.CmsPrintStreamReport
close, finish, getLineBreak, getReportUpdate, print, println, println, start
 
Methods inherited from class org.opencms.report.CmsHtmlReport
isWriteHtml
 
Methods inherited from class org.opencms.report.A_CmsReport
addError, addWarning, formatRuntime, getErrors, getLocale, getMessages, getRuntime, getSiteRoot, getWarnings, hasError, hasWarning, init, print, print, print, println, println, println, println, printMessageWithParam, printMessageWithParam, removeSiteRoot, resetRuntime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsShellReport

public CmsShellReport(java.util.Locale locale)
Constructs a new report using the provided locale for the output language.

Parameters:
locale - the locale to use for the output language