org.opencms.report
Class CmsShellReport

java.lang.Object
  extended by org.opencms.report.A_CmsReport
      extended by org.opencms.report.CmsHtmlReport
          extended by org.opencms.report.CmsPrintStreamReport
              extended by org.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.29 $
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.
 
Method Summary
 
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, getLastEntryTime, getLocale, getMessages, getRuntime, getSiteRoot, getWarnings, hasError, hasWarning, init, print, print, print, println, println, println, println, printMessageWithParam, printMessageWithParam, removeSiteRoot, resetRuntime, setLastEntryTime
 
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