| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.publish |
Classes to handle the OpenCms publish process.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPublishManager.PublishListRemoveMode |
CmsSystemConfiguration.getPublishListRemoveMode()
Returns the configured publish list remove mode, or a default value if there is no configured value or an erroneous configured value.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPublishManager.PublishListRemoveMode |
CmsPublishManager.getPublishListRemoveMode()
Gets the publish list remove mode.
|
static CmsPublishManager.PublishListRemoveMode |
CmsPublishManager.PublishListRemoveMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsPublishManager.PublishListRemoveMode[] |
CmsPublishManager.PublishListRemoveMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPublishManager.setPublishListRemoveMode(CmsPublishManager.PublishListRemoveMode publishListRemoveMode)
Sets the publish list remove mode.
|