abstract fun getList(key: String): MutableList<Any> (source)
Get a list from this configuration.
key - A configuration key (e.g. "server.common_names").
IllegalArgumentException - If the key cannot be parsed.
InvalidConfigurationPropertyTypeException - If the value is not a list.
NoConfigurationPropertyException - If the key was not set in the configuration.
Return
The value.