Package org.opencms.report
Class CmsShellLogReport
java.lang.Object
org.opencms.report.A_CmsReport
org.opencms.report.CmsHtmlReport
org.opencms.report.CmsPrintStreamReport
org.opencms.report.CmsShellReport
org.opencms.report.CmsShellLogReport
- All Implemented Interfaces:
I_CmsReport
Report for shell which writes to LOG.
-
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
print
(CmsMessageContainer container) Prints a localized message to the report.void
print
(CmsMessageContainer container, int format) Prints a localized message to the report, using the indicated formatting.void
println()
Adds a line break to the report.void
println
(CmsMessageContainer container) Prints a localized message to the report.void
println
(CmsMessageContainer container, int format) Prints a localized message to the report, using the indicated formatting.void
printMessageWithParam
(int m, int n, CmsMessageContainer container, Object param) Convenience method to print a localized message, followed by a parameter and dots to the report.void
printMessageWithParam
(CmsMessageContainer container, Object param) Prints a localized message followed by a parametera and dots to the report.Methods inherited from class org.opencms.report.CmsShellReport
addError, getOutputStream, getReportUpdate, println, start
Methods inherited from class org.opencms.report.CmsPrintStreamReport
close, finish, getLineBreak, print
Methods inherited from class org.opencms.report.CmsHtmlReport
isWriteHtml
Methods inherited from class org.opencms.report.A_CmsReport
addWarning, formatRuntime, getErrors, getLastEntryTime, getLocale, getMessages, getReportUpdate, getRuntime, getSiteRoot, getWarnings, hasError, hasWarning, init, print, println, println, removeSiteRoot, resetRuntime, setLastEntryTime
-
Constructor Details
-
CmsShellLogReport
public constructor.- Parameters:
locale
- locale
-
-
Method Details
-
print
Description copied from interface:I_CmsReport
Prints a localized message to the report.- Specified by:
print
in interfaceI_CmsReport
- Overrides:
print
in classCmsShellReport
- Parameters:
container
- the String to add- See Also:
-
print
Description copied from interface:I_CmsReport
Prints a localized message to the report, using the indicated formatting.Use the contants starting with
FORMAT
from this interface to indicate which formatting to use.- Specified by:
print
in interfaceI_CmsReport
- Overrides:
print
in classCmsShellReport
- Parameters:
container
- the String to addformat
- the formatting to use for the output- See Also:
-
println
Description copied from interface:I_CmsReport
Adds a line break to the report.- Specified by:
println
in interfaceI_CmsReport
- Overrides:
println
in classCmsShellReport
- See Also:
-
println
Description copied from interface:I_CmsReport
Prints a localized message to the report.- Specified by:
println
in interfaceI_CmsReport
- Overrides:
println
in classCmsShellReport
- Parameters:
container
- the message container to add- See Also:
-
println
Description copied from interface:I_CmsReport
Prints a localized message to the report, using the indicated formatting.Use the contants starting with
FORMAT
from this interface to indicate which formatting to use.- Specified by:
println
in interfaceI_CmsReport
- Overrides:
println
in classCmsShellReport
- Parameters:
container
- the message container to addformat
- the formatting to use for the output- See Also:
-
printMessageWithParam
Description copied from interface:I_CmsReport
Prints a localized message followed by a parametera and dots to the report.- Specified by:
printMessageWithParam
in interfaceI_CmsReport
- Overrides:
printMessageWithParam
in classCmsShellReport
- Parameters:
container
- the Message to addparam
- the Parameter to add- See Also:
-
printMessageWithParam
Description copied from interface:I_CmsReport
Convenience method to print a localized message, followed by a parameter and dots to the report.The output follows the pattern: ( 3 / 8 ) Deleting filename.txt ...
- Specified by:
printMessageWithParam
in interfaceI_CmsReport
- Overrides:
printMessageWithParam
in classCmsShellReport
- Parameters:
m
- the number of the report outputn
- the total number of report outputscontainer
- the Message to addparam
- the Parameter to add- See Also:
-