liquibase.database.core.supplier
Class PostgresqlConnSupplier

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

public class PostgresqlConnSupplier
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
PostgresqlConnSupplier()
           
 
Method Summary
 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()
           
 
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, 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

PostgresqlConnSupplier

public PostgresqlConnSupplier()
Method Detail

getDatabaseShortName

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

getAdminUsername

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

getInstallDir

public String getInstallDir()

getVersion

public String getVersion()
Overrides:
getVersion in class ConnectionSupplier

getJdbcUrl

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

getPuppetModules

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

getPuppetTemplate

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

generateConfigFiles

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

getDescription

public String getDescription()
Overrides:
getDescription in class ConnectionSupplier


Copyright © 2015 Liquibase.org. All rights reserved.