Uses of Class
org.teamapps.application.server.system.config.SystemConfig
| Package | Description |
|---|---|
| org.teamapps.application.server.controlcenter | |
| org.teamapps.application.server.system.bootstrap |
-
Uses of SystemConfig in org.teamapps.application.server.controlcenter
Methods in org.teamapps.application.server.controlcenter that return types with arguments of type SystemConfig Modifier and Type Method Description org.teamapps.application.api.config.ApplicationConfig<SystemConfig>ControlCenterAppBuilder. getApplicationConfig() -
Uses of SystemConfig in org.teamapps.application.server.system.bootstrap
Methods in org.teamapps.application.server.system.bootstrap that return SystemConfig Modifier and Type Method Description SystemConfigSystemRegistry. getSystemConfig()Constructor parameters in org.teamapps.application.server.system.bootstrap with type arguments of type SystemConfig Constructor Description SystemRegistry(BootstrapSessionHandler bootstrapSessionHandler, org.teamapps.universaldb.UniversalDB universalDB, org.teamapps.application.api.config.ApplicationConfig<SystemConfig> applicationConfig)