public class MySQLConnSupplier extends ConnectionSupplier
ConnectionSupplier.ConfigTemplateCONFIG_NAME_STANDARD, OS_LINUX, OS_WINDOWS, VAGRANT_BOX_NAME_LINUX_STANDARD, VAGRANT_BOX_NAME_WINDOWS_STANDARD| Constructor and Description |
|---|
MySQLConnSupplier() |
| Modifier and Type | Method and Description |
|---|---|
Set<ConnectionSupplier.ConfigTemplate> |
generateConfigFiles(Map<String,Object> context) |
String |
getAdminUsername() |
String |
getDatabaseShortName() |
String |
getDescription() |
String |
getInstallDir() |
String |
getJdbcUrl() |
int |
getPort() |
Set<String> |
getPuppetModules() |
ConnectionSupplier.ConfigTemplate |
getPuppetTemplate(Map<String,Object> context) |
String |
getSourceUrl() |
getAdminPassword, getAlternateCatalog, getAlternateSchema, getAlternateTablespace, getAlternateUsername, getAlternateUserPassword, getConfigurationName, getDatabasePassword, getDatabaseUsername, getFileSeparator, getIpAddress, getOs, getPrimaryCatalog, getPrimarySchema, getPuppetForges, getRequiredPackages, getShortVersion, getVagrantBaseBoxName, getVersion, isLinux, isWindows, openConnection, setIpAddress, setOs, setVersion, toStringpublic String getDatabaseShortName()
getDatabaseShortName in class ConnectionSupplierpublic int getPort()
public String getAdminUsername()
getAdminUsername in class ConnectionSupplierpublic String getJdbcUrl()
getJdbcUrl in class ConnectionSupplierpublic Set<String> getPuppetModules()
getPuppetModules in class ConnectionSupplierpublic Set<ConnectionSupplier.ConfigTemplate> generateConfigFiles(Map<String,Object> context) throws IOException
generateConfigFiles in class ConnectionSupplierIOExceptionpublic ConnectionSupplier.ConfigTemplate getPuppetTemplate(Map<String,Object> context)
getPuppetTemplate in class ConnectionSupplierpublic String getSourceUrl()
public String getInstallDir()
public String getDescription()
getDescription in class ConnectionSupplierCopyright © 2015 Liquibase.org. All rights reserved.