public class PostgresqlConnSupplier extends ConnectionSupplier
ConnectionSupplier.ConfigTemplateCONFIG_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, toStringpublic String getDatabaseShortName()
getDatabaseShortName in class ConnectionSupplierpublic String getAdminUsername()
getAdminUsername in class ConnectionSupplierpublic String getInstallDir()
public String getVersion()
getVersion in class ConnectionSupplierpublic String getJdbcUrl()
getJdbcUrl in class ConnectionSupplierpublic Set<String> getPuppetModules()
getPuppetModules in class ConnectionSupplierpublic ConnectionSupplier.ConfigTemplate getPuppetTemplate(Map<String,Object> context)
getPuppetTemplate in class ConnectionSupplierpublic Set<ConnectionSupplier.ConfigTemplate> generateConfigFiles(Map<String,Object> context) throws IOException
generateConfigFiles in class ConnectionSupplierIOExceptionpublic String getDescription()
getDescription in class ConnectionSupplierCopyright © 2015 Liquibase.org. All rights reserved.