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