public interface ConfigurationContainer
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace() |
Set<ConfigurationProperty> |
getProperties() |
ConfigurationProperty |
getProperty(String propertyName) |
<T> T |
getValue(String propertyName,
Class<T> returnType) |
void |
init(ConfigurationValueProvider... configurationValueProviders) |
void |
setValue(String propertyName,
Object value) |
ConfigurationProperty getProperty(String propertyName)
Set<ConfigurationProperty> getProperties()
void init(ConfigurationValueProvider... configurationValueProviders)
String getNamespace()
Copyright © 2021 Liquibase.org. All rights reserved.