com.github.manosbatsis.corda.testacles.containers.config.data / ConfigObjectDataContributor
ConfigObjectDataContributor¶
interface ConfigObjectDataContributor :
ConfigContributor
Properties¶
Name | Summary |
---|---|
dataEntries | abstract val dataEntries: List < ConfigObjectData > |
paths | open val paths: Set < String > The paths effected by this contributor |
Functions¶
Name | Summary |
---|---|
applyConfig | open fun applyConfig(target: Config, paths: Set < String >): Config Apply configuration contributions for the giver or default paths |
Inheritors¶
Name | Summary |
---|---|
DatabaseConfigContributor | open class DatabaseConfigContributor : ConfigObjectDataContributor |
NetworkConfigContributor | open class NetworkConfigContributor : ConfigObjectDataContributor Modify the existing node.conf as follows: |