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