| Package | Description |
|---|---|
| com.wix.mysql.config |
| Modifier and Type | Method and Description |
|---|---|
static DownloadConfig.Builder |
DownloadConfig.aDownloadConfig() |
DownloadConfig.Builder |
DownloadConfig.Builder.withBaseUrl(String baseUrl)
base url override that defaults to "https://dev.mysql.com/get/Downloads" where actual mysql binary path must conform to
what mysql provides (or otherwise is stored in ~/.embedmysql) - ex.
|
DownloadConfig.Builder |
DownloadConfig.Builder.withCacheDir(String cacheDir)
Download cache location override that by default is set to '~/.embedmysql'.
|
DownloadConfig.Builder |
DownloadConfig.Builder.withDownloadCacheDir(String downloadCacheDir)
Deprecated.
in favor of withCacheDir
|
DownloadConfig.Builder |
DownloadConfig.Builder.withProxy(de.flapdoodle.embed.process.config.store.IProxyFactory proxy) |
Copyright © 2022. All rights reserved.