public interface PostgresSetupModule extends SetupModule
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigurationFile()
Returns the value of the 'Configuration File' attribute.
|
PostgresDatabaseSettings |
getDatabase()
Returns the value of the 'Database' reference.
|
String |
getHostBasedAccessFile()
Returns the value of the 'Host Based Access File' attribute.
|
String |
getPostgresUser()
Returns the value of the 'Postgres User' attribute.
|
void |
setConfigurationFile(String value)
Sets the value of the '
Configuration File' attribute. |
void |
setDatabase(PostgresDatabaseSettings value)
Sets the value of the '
Database' reference. |
void |
setHostBasedAccessFile(String value)
Sets the value of the '
Host Based Access File' attribute. |
void |
setPostgresUser(String value)
Sets the value of the '
Postgres User' attribute. |
validateOperatingSystemPostgresDatabaseSettings getDatabase()
If the meaning of the 'Database' reference isn't clear, there really should be more of a description here...
setDatabase(PostgresDatabaseSettings),
CommonPackage.getPostgresSetupModule_Database()void setDatabase(PostgresDatabaseSettings value)
Database' reference.
value - the new value of the 'Database' reference.getDatabase()String getPostgresUser()
If the meaning of the 'Postgres User' attribute isn't clear, there really should be more of a description here...
setPostgresUser(String),
CommonPackage.getPostgresSetupModule_PostgresUser()void setPostgresUser(String value)
Postgres User' attribute.
value - the new value of the 'Postgres User' attribute.getPostgresUser()String getHostBasedAccessFile()
If the meaning of the 'Host Based Access File' attribute isn't clear, there really should be more of a description here...
setHostBasedAccessFile(String),
CommonPackage.getPostgresSetupModule_HostBasedAccessFile()void setHostBasedAccessFile(String value)
Host Based Access File' attribute.
value - the new value of the 'Host Based Access File' attribute.getHostBasedAccessFile()String getConfigurationFile()
If the meaning of the 'Configuration File' attribute isn't clear, there really should be more of a description here...
setConfigurationFile(String),
CommonPackage.getPostgresSetupModule_ConfigurationFile()void setConfigurationFile(String value)
Configuration File' attribute.
value - the new value of the 'Configuration File' attribute.getConfigurationFile()