public interface I_CmsStaticExportHandler
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isBusy()
Returns
true if this static export handler is currently
performing a static export operation. |
void |
performEventPublishProject(CmsUUID publishHistoryId,
I_CmsReport report)
Scrubs files from the export folder that might have been changed.
|
boolean isBusy()
true if this static export handler is currently
performing a static export operation.true if this static export handler is currently
performing a static export operationvoid performEventPublishProject(CmsUUID publishHistoryId, I_CmsReport report)
publishHistoryId - the CmsUUID of the published projectreport - an I_CmsReport instance to print output message,
or null to write messages to the log file