Package | Description |
---|---|
liquibase.configuration | |
liquibase.integration.servlet |
Modifier and Type | Class and Description |
---|---|
class |
SystemPropertyProvider
A ConfigurationValueProvider implementation that looks for overriding values in system properties.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfigurationContainer.init(ConfigurationValueProvider... configurationValueProviders)
Override default values for properties with the given ConfigurationProviders.
|
void |
ConfigurationContainer.init(ConfigurationValueProvider... configurationValueProviders) |
void |
LiquibaseConfiguration.init(ConfigurationValueProvider... configurationValueProviders)
Re-initialize the configuration with the given ConfigurationProviders.
|
protected void |
ConfigurationProperty.init(ConfigurationValueProvider[] configurationValueProviders)
Initialize this property with values in the given ConfigurationProvers.
|
Modifier and Type | Class and Description |
---|---|
protected class |
LiquibaseServletListener.ServletValueContainer |
Copyright © 2015 Liquibase.org. All rights reserved.