Uses of Class
org.opencms.publish.CmsPublishManager
Packages that use CmsPublishManager
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of CmsPublishManager in org.opencms.configuration
Methods in org.opencms.configuration that return CmsPublishManagerModifier and TypeMethodDescriptionCmsSystemConfiguration.getPublishManager()
Returns the configured publish manager.Methods in org.opencms.configuration with parameters of type CmsPublishManagerModifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setPublishManager
(CmsPublishManager publishManager) Sets the publish manager. -
Uses of CmsPublishManager in org.opencms.main
Methods in org.opencms.main that return CmsPublishManagerModifier and TypeMethodDescriptionstatic CmsPublishManager
OpenCms.getPublishManager()
Returns the core publish manager class.protected CmsPublishManager
OpenCmsCore.getPublishManager()
Returns the publish manager instance.