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