Uses of Class
org.opencms.configuration.CmsSystemConfiguration
-
Packages that use CmsSystemConfiguration Package Description org.opencms.ade.configuration Contains the ade configuration classes.org.opencms.monitor Contains functions to monitor the OpenCms system status.org.opencms.rmi The CmsRemoteShell allows to manipulate a running server using OpenCms shell commands.org.opencms.security Access control and security classes for the OpenCms ACL permission system. -
-
Uses of CmsSystemConfiguration in org.opencms.ade.configuration
Constructors in org.opencms.ade.configuration with parameters of type CmsSystemConfiguration Constructor Description CmsADEManager(CmsObject adminCms, CmsMemoryMonitor memoryMonitor, CmsSystemConfiguration systemConfiguration)Creates a new ADE manager. -
Uses of CmsSystemConfiguration in org.opencms.monitor
Methods in org.opencms.monitor with parameters of type CmsSystemConfiguration Modifier and Type Method Description voidCmsMemoryMonitor. initialize(CmsSystemConfiguration configuration)Initializes the monitor with the provided configuration. -
Uses of CmsSystemConfiguration in org.opencms.rmi
Methods in org.opencms.rmi with parameters of type CmsSystemConfiguration Modifier and Type Method Description static CmsRemoteShellServerCmsRemoteShellServer. initialize(CmsSystemConfiguration systemConfiguration)Initializes the remote shell server. -
Uses of CmsSystemConfiguration in org.opencms.security
Methods in org.opencms.security with parameters of type CmsSystemConfiguration Modifier and Type Method Description voidCmsDefaultPermissionHandler. init(CmsDriverManager driverManager, CmsSystemConfiguration systemConfiguration)voidI_CmsPermissionHandler. init(CmsDriverManager driverManager, CmsSystemConfiguration systemConfiguration)Initializes internal variables needed to work.
-