Modifier and Type | Method and Description |
---|---|
String |
StartupProperties.getCoreProperty(CoreConfigurationPropertyConstant property) |
void |
ConfigurationManager.updateStartupProperty(CoreConfigurationPropertyConstant property,
String value)
Updates a startup property.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManager.updateStartupProperties(Map<CoreConfigurationPropertyConstant,String> settings)
Update the startup properties.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreProperty
Property constants that are required for start of the application.
|
class |
CorePropertyDatabase
Property constants that represent database settings which are required for the start of the
application.
|
Modifier and Type | Method and Description |
---|---|
StartupProperties |
CommunoteInstaller.updateDatabaseSettings(DatabaseType type,
Map<CoreConfigurationPropertyConstant,String> settings)
Update the database settings and return the resulting configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
StartupPropertiesImpl.getCoreProperty(CoreConfigurationPropertyConstant property) |
void |
ConfigurationPropertiesManager.updateStartupProperty(CoreConfigurationPropertyConstant property,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPropertiesManager.updateStartupProperties(Map<CoreConfigurationPropertyConstant,String> settings) |
Modifier and Type | Method and Description |
---|---|
StartupProperties |
CommunoteInstallerImpl.updateDatabaseSettings(DatabaseType dbType,
Map<CoreConfigurationPropertyConstant,String> settings) |
Copyright © 2019 Communote team. All rights reserved.