| 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 |
|---|---|
CmsSubscriptionManager |
CmsSystemConfiguration.getSubscriptionManager()
Returns the configured subscription manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSystemConfiguration.setSubscriptionManager(CmsSubscriptionManager subscriptionManager)
Sets the subscription manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsSubscriptionManager |
OpenCmsCore.getSubscriptionManager()
Returns the subscription manager.
|
static CmsSubscriptionManager |
OpenCms.getSubscriptionManager()
Returns the subscription manager.
|