com.github.manosbatsis.corda.testacles.containers.config / ConfigContributor
ConfigContributor¶
interface ConfigContributor
A node.conf contributor
Properties¶
Name | Summary |
---|---|
paths | abstract val paths: Set < String > The paths effected by this contributor |
Functions¶
Name | Summary |
---|---|
applyConfig | abstract fun applyConfig(target: Config, paths: Set < String > = this.paths): Config Apply configuration contributions for the giver or default paths |
Inheritors¶
Name | Summary |
---|---|
ConfigObjectDataContributor | interface ConfigObjectDataContributor : ConfigContributor |