public class MySQLConnSupplier extends ConnectionSupplier
ConnectionSupplier.ConfigTemplate
CONFIG_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, toString
public String getDatabaseShortName()
getDatabaseShortName
in class ConnectionSupplier
public int getPort()
public String getAdminUsername()
getAdminUsername
in class ConnectionSupplier
public String getJdbcUrl()
getJdbcUrl
in class ConnectionSupplier
public Set<String> getPuppetModules()
getPuppetModules
in class ConnectionSupplier
public Set<ConnectionSupplier.ConfigTemplate> generateConfigFiles(Map<String,Object> context) throws IOException
generateConfigFiles
in class ConnectionSupplier
IOException
public ConnectionSupplier.ConfigTemplate getPuppetTemplate(Map<String,Object> context)
getPuppetTemplate
in class ConnectionSupplier
public String getSourceUrl()
public String getInstallDir()
public String getDescription()
getDescription
in class ConnectionSupplier
Copyright © 2016 Liquibase.org. All rights reserved.