Skip to content

com.github.manosbatsis.corda.testacles.containers.config.database / DataSource

DataSource

data class DataSource :ConfigObjectData

Constructors

Name Summary
<init> DataSource(url:String, user:String?, password:String?, isBaseUrl:Boolean= false)

Properties

Name Summary
isBaseUrl val isBaseUrl:Boolean
password val password:String?
url val url:String
user val user:String?

Functions

Name Summary
asConfigValue fun asConfigValue(target: Config): ConfigValue
Transform to a ConfigValue for the target key, possibly using any information as needed from the target config

Inherited Functions

Name Summary
getActionHint open fun getActionHint(target: Config):ApplyActionType
Look at the target config and suggest what the action for this fragment should be
getLocalKey open fun getLocalKey():String
Get the local path fragment this config data corresponds to