config / org.apache.tuweni.config / Configuration / getListOfDouble

getListOfDouble

abstract fun getListOfDouble(key: String): MutableList<Double> (source)

Get a list of doubles from this configuration.

Parameters

key - A configuration key (e.g. "server.priorities").

Exceptions

IllegalArgumentException - If the key cannot be parsed.

InvalidConfigurationPropertyTypeException - If the value is not a list of doubles.

NoConfigurationPropertyException - If the key was not set in the configuration.

Return
The value.