| Package | Description |
|---|---|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
protected static OpenCmsCore |
OpenCmsCore.getInstance()
Returns the initialized OpenCms singleton instance.
|
protected OpenCmsCore |
OpenCmsCore.upgradeRunlevel(CmsParameterConfiguration configuration)
Upgrades to runlevel
OpenCms.RUNLEVEL_3_SHELL_ACCESS,
this is shell access to the database but no Servlet context. |
protected OpenCmsCore |
OpenCmsCore.upgradeRunlevel(javax.servlet.ServletContext context)
Upgrades to runlevel
OpenCms.RUNLEVEL_4_SERVLET_ACCESS,
this is the final runlevel with an initialized database and Servlet context. |