Package org.opencms.staticexport
Interface I_CmsStaticExportHandler
- All Known Implementing Classes:
A_CmsOnDemandStaticExportHandler,A_CmsStaticExportHandler,CmsAfterPublishMultiLanguageStaticExportHandler,CmsAfterPublishStaticExportHandler,CmsOnDemandHtmlSubTreeHandler,CmsOnDemandStaticExportHandler
public interface I_CmsStaticExportHandler
Provides a method
for scrubbing files from the export folder that might have been changed,
so that the export is newly created after the next request to the resource.
- Since:
- 6.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisBusy()Returnstrueif this static export handler is currently performing a static export operation.voidperformEventPublishProject(CmsUUID publishHistoryId, I_CmsReport report) Scrubs files from the export folder that might have been changed.
-
Method Details
-
isBusy
boolean isBusy()Returnstrueif this static export handler is currently performing a static export operation.- Returns:
trueif this static export handler is currently performing a static export operation
-
performEventPublishProject
Scrubs files from the export folder that might have been changed.- Parameters:
publishHistoryId- theof the published projectCmsUUIDreport- aninstance to print output message, orI_CmsReportnullto write messages to the log file
-