Uses of Interface
org.sakaiproject.component.api.ServerConfigurationService.ConfigData
-
Packages that use ServerConfigurationService.ConfigData Package Description org.sakaiproject.component.api -
-
Uses of ServerConfigurationService.ConfigData in org.sakaiproject.component.api
Methods in org.sakaiproject.component.api that return ServerConfigurationService.ConfigData Modifier and Type Method Description ServerConfigurationService.ConfigDataServerConfigurationService. getConfigData()Returns data about all the configuration values which are known to the system at the time and some stats which are usefulMethods in org.sakaiproject.component.api with parameters of type ServerConfigurationService.ConfigData Modifier and Type Method Description List<ServerConfigurationService.ConfigItem>ServerConfigurationService.ConfigurationProvider. 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
-