liquibase.database.core.supplier
Class MySQLConnSupplier

java.lang.Object
  extended by liquibase.sdk.supplier.database.ConnectionSupplier
      extended by liquibase.database.core.supplier.MySQLConnSupplier
All Implemented Interfaces:
Cloneable

public class MySQLConnSupplier
extends ConnectionSupplier


Nested Class Summary
 
Nested classes/interfaces inherited from class liquibase.sdk.supplier.database.ConnectionSupplier
ConnectionSupplier.ConfigTemplate
 
Field Summary
 
Fields inherited from class liquibase.sdk.supplier.database.ConnectionSupplier
CONFIG_NAME_STANDARD, OS_LINUX, OS_WINDOWS, VAGRANT_BOX_NAME_LINUX_STANDARD, VAGRANT_BOX_NAME_WINDOWS_STANDARD
 
Constructor Summary
MySQLConnSupplier()
           
 
Method Summary
 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()
           
 
Methods inherited from class liquibase.sdk.supplier.database.ConnectionSupplier
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MySQLConnSupplier

public MySQLConnSupplier()
Method Detail

getDatabaseShortName

public String getDatabaseShortName()
Specified by:
getDatabaseShortName in class ConnectionSupplier

getPort

public int getPort()

getAdminUsername

public String getAdminUsername()
Specified by:
getAdminUsername in class ConnectionSupplier

getJdbcUrl

public String getJdbcUrl()
Specified by:
getJdbcUrl in class ConnectionSupplier

getPuppetModules

public Set<String> getPuppetModules()
Overrides:
getPuppetModules in class ConnectionSupplier

generateConfigFiles

public Set<ConnectionSupplier.ConfigTemplate> generateConfigFiles(Map<String,Object> context)
                                                           throws IOException
Overrides:
generateConfigFiles in class ConnectionSupplier
Throws:
IOException

getPuppetTemplate

public ConnectionSupplier.ConfigTemplate getPuppetTemplate(Map<String,Object> context)
Specified by:
getPuppetTemplate in class ConnectionSupplier

getSourceUrl

public String getSourceUrl()

getInstallDir

public String getInstallDir()

getDescription

public String getDescription()
Overrides:
getDescription in class ConnectionSupplier


Copyright © 2015 Liquibase.org. All rights reserved.