| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
CmsPublishManager |
CmsSystemConfiguration.getPublishManager()
Returns the configured publish manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSystemConfiguration.setPublishManager(CmsPublishManager publishManager)
Sets the publish manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsPublishManager |
OpenCmsCore.getPublishManager()
Returns the publish manager instance.
|
static CmsPublishManager |
OpenCms.getPublishManager()
Returns the core publish manager class.
|