public interface ConfigurationContainer
Modifier and Type | Method and Description |
---|---|
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)
Copyright © 2016 Liquibase.org. All rights reserved.