public static interface ServerConfigurationService.ConfigurationProvider
#registerConfigItems(ConfigData)
so this is mainly for loading configurations very early in the system startup| Modifier and Type | Method and Description |
|---|---|
List<ServerConfigurationService.ConfigItem> |
registerConfigItems(ServerConfigurationService.ConfigData configData)
Register a set of configuration items,
these will be loaded after the base properties are loaded (from properties files)
but before the rest of Sakai starts up so they will be allowed to override the base properties
|
List<ServerConfigurationService.ConfigItem> registerConfigItems(ServerConfigurationService.ConfigData configData)
configData - the set of current config data that currently existsBasicConfigItem as an easy way to ensure the configitems are setup correctlyCopyright © 2003–2020 Sakai Project. All rights reserved.