程序包 | 说明 |
---|---|
org.opencms.publish |
Classes to handle the OpenCms publish process.
|
org.opencms.report |
Classes used to generate the OpenCms reports, which are displayed during publish, import, export etc.
|
org.opencms.workplace.tools.content.languagecopy |
This package contains the tool classes for the language node copy tool.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsPublishReport
Report class used for the publish operations.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsHtmlReport
HTML report output to be used for import / export / publish operations
in the entire OpenCms system.
|
class |
CmsLogReport
Report class used for the logfile.
|
class |
CmsPrintStreamReport
Stream report where the output is streamed to the given print stream instance.
|
class |
CmsShellReport
Report class used for the shell.
|
class |
CmsStringBufferReport
Report class used to write the output of a report to a StringBuffer.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsMultiplexReport
Report proxy that multiplexes to all contained
instances. |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsMultiplexReport.addReport(A_CmsReport report)
Adds the given report to become a proxy delegate of this multiplexer.
|