corda / net.corda.core.cordapp / CordappConfig / getString

getString

abstract fun getString(path: String): String

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

Exceptions

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