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): ConfigValueTransform 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):ApplyActionTypeLook at the target config and suggest what the action for this fragment should be |
| getLocalKey | open fun getLocalKey():StringGet the local path fragment this config data corresponds to |