interface NodeConfiguration
myLegalName |
abstract val myLegalName: String |
NodeConfigurationFromProperties |
class NodeConfigurationFromProperties : NodeConfiguration A simple wrapper around a plain old Java .properties file. The keys have the same name as in the source code. |