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