Uses of Enum
org.opencms.publish.CmsPublishManager.PublishListRemoveMode
Package
Description
Reads and writes the XML based OpenCms configuration files.
Classes to handle the OpenCms publish process.
-
Uses of CmsPublishManager.PublishListRemoveMode in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsSystemConfiguration.getPublishListRemoveMode()
Returns the configured publish list remove mode, or a default value if there is no configured value or an erroneous configured value. -
Uses of CmsPublishManager.PublishListRemoveMode in org.opencms.publish
Modifier and TypeMethodDescriptionCmsPublishManager.getPublishListRemoveMode()
Gets the publish list remove mode.Returns the enum constant of this type with the specified name.CmsPublishManager.PublishListRemoveMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CmsPublishManager.setPublishListRemoveMode
(CmsPublishManager.PublishListRemoveMode publishListRemoveMode) Sets the publish list remove mode.