corda / net.corda.core.cordapp / CordappConfig / getBoolean

getBoolean

abstract fun getBoolean(path: String): Boolean

Get the boolean value of the configuration at "path".

Exceptions

CordappConfigException - If the configuration fails to load, parse, or find a value.