|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.opencms.report.A_CmsReport
org.opencms.report.CmsHtmlReport
org.opencms.report.CmsPrintStreamReport
org.opencms.report.CmsShellReport
public class CmsShellReport
Report class used for the shell.
It stores nothing. It just prints everything to System.out
.
| 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 |
|---|
public CmsShellReport(java.util.Locale locale)
locale - the locale to use for the output language
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||